]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8838 [mod_rayo] fix syntax error in previous commit
authorChris Rienzo <chris.rienzo@citrix.com>
Tue, 16 Feb 2016 20:47:54 +0000 (15:47 -0500)
committerChris Rienzo <chris.rienzo@citrix.com>
Tue, 16 Feb 2016 20:47:54 +0000 (15:47 -0500)
src/mod/event_handlers/mod_rayo/rayo_output_component.c

index 6d1f018b80b7b1d8f5f05b0fd30ed9a351d0daa8..dfa9a923a2b6dca0b6271386ab031ad22d14a7de 100644 (file)
@@ -1254,7 +1254,7 @@ SWITCH_STANDARD_API(fileman_api)
                                }
                                switch_mutex_unlock(fileman_globals.mutex);
                        } else {
-                               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "fileman API failed for ID %s\n", zstr(id) : "<null>" : id);
+                               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "fileman API failed for ID %s\n", zstr(id) ? "<null>" : id);
                                switch_mutex_unlock(fileman_globals.mutex);
                                stream->write_function(stream, "-ERR file handle not found\n");
                        }