git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9865 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-10-06 23:10:50 +00:00
parent 1cda796da8
commit 10de702680
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ SWITCH_STANDARD_API(ctl_function)
} else if (!strcasecmp(argv[0], "sync_clock")) {
arg = 0;
switch_core_session_ctl(SCSC_SYNC_CLOCK, &arg);
stream->write_function(stream, "+OK clock synchronize\n");
stream->write_function(stream, "+OK clock synchronized\n");
} else {
stream->write_function(stream, "-ERR INVALID COMMAND\nUSAGE: fsctl %s", CTL_SYNTAX);
goto end;