From: Michael Collins Date: Thu, 22 Jan 2009 19:44:08 +0000 (+0000) Subject: Add /debug to /help list for fs_cli X-Git-Tag: v1.0.3~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092ff4058ab413d35991ac74508ce35814a0b4e2;p=thirdparty%2Ffreeswitch.git Add /debug to /help list for fs_cli git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11381 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 85394dc497..39961963e5 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -254,6 +254,7 @@ static int process_command(esl_handle_t *handle, const char *cmd) "/event, /noevent, /nixevent\tEvent commands.\n" "/log, /nolog \tLog commands.\n" "/filter \tFilter commands.\n" + "/debug [0-7] \tSet debug level.\n" "\n" );