From 092ff4058ab413d35991ac74508ce35814a0b4e2 Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Thu, 22 Jan 2009 19:44:08 +0000 Subject: [PATCH] Add /debug to /help list for fs_cli git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11381 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/esl/fs_cli.c | 1 + 1 file changed, 1 insertion(+) 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" );