summaryrefslogtreecommitdiffstats
path: root/src/if_tcl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_tcl.c')
-rw-r--r--src/if_tcl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_tcl.c b/src/if_tcl.c
index abef6134d0..eb6684c8f1 100644
--- a/src/if_tcl.c
+++ b/src/if_tcl.c
@@ -1832,11 +1832,11 @@ tclmsg(char *text)
while ((next=strchr(text, '\n')))
{
*next++ = '\0';
- MSG(text);
+ msg(text);
text = next;
}
if (*text)
- MSG(text);
+ msg(text);
}
static void