mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
FS-8838 [mod_rayo] fix syntax error in previous commit
This commit is contained in:
parent
7e38ce9899
commit
1289aa5060
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user