Commits
Travis Cross committed f1183ef9704
Fix use of switch_event_add_body On some compilers this fixes the build. gcc reports: error: format not a string literal and no format arguments clang reports: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]