changeset 582:8a0c2eb25b35

Adjust certain error message formats slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Jan 2013 18:33:29 +0200
parents 97a49a6cc959
children 878f73aad126
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sat Jan 05 16:16:44 2013 +0200
+++ b/main.c	Sat Jan 05 18:33:29 2013 +0200
@@ -400,7 +400,7 @@
 void nn_ioctx_errfunc(th_ioctx_t *ctx, int err, const char *msg)
 {
     (void) err;
-    errorMsg("['%s' @ #%d]: %s",
+    errorMsg("[%s:%d] %s",
         ctx->filename, ctx->line, msg);
 }