]> granicus.if.org Git - check/commitdiff
Fixed eprintf string
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 16 Dec 2005 15:07:01 +0000 (15:07 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 16 Dec 2005 15:07:01 +0000 (15:07 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@258 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/src/check_pack.c

index 4be1e83027ec631b3db43a9782e53d3cd910c225..1c2d68994e87e3eed011b40012ea449167f3800d 100644 (file)
@@ -247,7 +247,7 @@ static void upack_fail (char **buf, FailMsg *fmsg)
 static void check_type (int type, const char *file, int line)
 {
   if (type < 0 || type >= CK_MSG_LAST)
-    eprintf ("%s:%d:Bad message type arg", file, line);
+    eprintf ("Bad message type arg", file, line);
 }
 
 void ppack (int fdes, enum ck_msg_type type, CheckMsg *msg)