]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Fri, 9 Jun 2006 17:04:09 +0000 (17:04 +0000)
committerAutomerge script <automerge@asterisk.org>
Fri, 9 Jun 2006 17:04:09 +0000 (17:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@33292 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 69996c8f703859a9562923e54930a28da9625b20..4c0b78fbcd90e2846fee74ca7ebcc56e63aee277 100644 (file)
@@ -2109,7 +2109,7 @@ static int admin_exec(struct ast_channel *chan, void *data) {
                                if (user && (user->adminflags & ADMINFLAG_MUTED)) {
                                        user->adminflags ^= ADMINFLAG_MUTED;
                                } else {
-                                       ast_log(LOG_NOTICE, "Specified User not found or he muted himself!");
+                                       ast_log(LOG_NOTICE, "Specified User not found or he muted himself!\n");
                                }
                                break;
                        case  110: /* n: Unmute all users */
@@ -2129,7 +2129,7 @@ static int admin_exec(struct ast_channel *chan, void *data) {
                                if (user) {
                                        user->adminflags |= ADMINFLAG_KICKME;
                                } else {
-                                       ast_log(LOG_NOTICE, "Specified User not found!");
+                                       ast_log(LOG_NOTICE, "Specified User not found!\n");
                                }
                                break;
                        }