Merge in additional work to handle "weight" for servers.
[awesomized/libmemcached] / libtest / test.h
index b7a2f5eebf161549a01192e972212618c177cd25..58d24373ea8d17e3cf40c5b34ad366f69883fff1 100644 (file)
@@ -242,7 +242,7 @@ do \
 { \
   if (strcmp((A), (B))) \
   { \
-    fprintf(stderr, "\n%s:%d: %s -> %s\n", __FILE__, __LINE__, (A), (B)); \
+    fprintf(stderr, "\n%s:%d: `%s` -> `%s`\n", __FILE__, __LINE__, (A), (B)); \
     create_core(); \
     return TEST_FAILURE; \
   } \