]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-634
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 16 Jul 2010 19:42:02 +0000 (14:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 16 Jul 2010 19:42:02 +0000 (14:42 -0500)
src/mod/applications/mod_commands/mod_commands.c

index c7d3df28439b438715c335dd97bd0f8df262fdcd..f41e95cca1b3b8f42e9d5e21ed27b4c000baa39a 100644 (file)
@@ -1599,7 +1599,7 @@ SWITCH_STANDARD_API(ctl_function)
                                arg = atoi(argv[1]);
                        }
                        switch_core_session_ctl(SCSC_MAX_SESSIONS, &arg);
-                       stream->write_function(stream, "+OK max sessions: %f\n", arg);
+                       stream->write_function(stream, "+OK max sessions: %d\n", arg);
                } else if (!strcasecmp(argv[0], "min_idle_cpu")) {
                        double d = -1;