Author: sayer
Date: 2008-12-19 20:21:18 +0100 (Fri, 19 Dec 2008)
New Revision: 1215

Modified:
   trunk/core/AmArg.h
Log:
fixed error msg

Modified: trunk/core/AmArg.h
===================================================================
--- trunk/core/AmArg.h  2008-12-19 19:19:59 UTC (rev 1214)
+++ trunk/core/AmArg.h  2008-12-19 19:21:18 UTC (rev 1215)
@@ -180,7 +180,7 @@
 
 #define _THROW_TYPE_MISMATCH(exp,got) \
        do { \
-               ERROR("type mismatch: expected: %d; received: %d.", AmArg::exp, 
got.getType()); \
+               ERROR("type mismatch: expected: %d; received: %d.\n", 
AmArg::exp, got.getType()); \
                throw AmArg::TypeMismatchException(); \
        } while (0) 
 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to