]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
thanks to diegoviola for his detail-oriented watchful eye ;-)
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Sun, 1 Nov 2009 19:23:13 +0000 (19:23 +0000)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Sun, 1 Nov 2009 19:23:13 +0000 (19:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15309 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index c7eafba552fa0c9df8f9a74f62b8441595c429f5..25728e08150ff84738a2b620eec96d4f189e8592 100644 (file)
@@ -1594,7 +1594,7 @@ SWITCH_DECLARE(int32_t) switch_core_session_ctl(switch_session_ctl_t cmd, int32_
                                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, 
                                                                          "Shutdown in progress, %u session(s) remain.\nShutting down %s\n", 
                                                                          count,
-                                                                         cmd == SCSC_SHUTDOWN_ASAP ? "ASAP" : "Once there are no active calls.");
+                                                                         cmd == SCSC_SHUTDOWN_ASAP ? "ASAP" : "once there are no active calls.");
                                        x = 0;
                                }
                        }