Clean up interfaces so that 1.2 is a bit easier to upgrade too.
[m6w6/libmemcached] / libtest / alarm.cc
index 80d7b2f6def1a9568a4549515f2408fd0ae313dd..a8bf17e89d3b66bcc2163b1d25ae3a5953d8a26c 100644 (file)
@@ -68,7 +68,7 @@ void set_alarm(long tv_sec, long tv_usec)
 
     if (errno != 0)
     {
-      fatal_message("Bad value for YATL_ALARM");
+      FATAL("Bad value for YATL_ALARM");
     }
     else if (tv_sec == 0)
     {