]> git.tuebingen.mpg.de Git - dss.git/blobdiff - error.h
show human readable snapshot creation duration when listing snapshots.
[dss.git] / error.h
diff --git a/error.h b/error.h
index 6cb5deb7ab6919d9ffbe5be59bd59b634d0fd548..286db0e10dacdf7248f89a3e2f69b1b53125d210 100644 (file)
--- a/error.h
+++ b/error.h
@@ -65,7 +65,10 @@ static inline char *dss_strerror(int num)
        DSS_ERROR(DUP_PIPE, "exec error: can not create pipe") \
        DSS_ERROR(INVOLUNTARY_EXIT, "unexpected termination cause") \
        DSS_ERROR(BAD_EXIT_CODE, "unexpected exit code") \
-       DSS_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR")
+       DSS_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \
+       DSS_ERROR(SIGNAL, "caught terminating signal") \
+       DSS_ERROR(BUG, "values of beta might cause dom!") \
+
 
 /**
  * This is temporarily defined to expand to its first argument (prefixed by