X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=3fd75313406670a5683dde315a817c7903420f27;hb=492928ebe8b83c31aeca4866fef37ab07174ed9c;hp=6cb5deb7ab6919d9ffbe5be59bd59b634d0fd548;hpb=00e72666c12061e55c020a706448fac5497ce940;p=dss.git diff --git a/error.h b/error.h index 6cb5deb..3fd7531 100644 --- a/error.h +++ b/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -65,7 +65,11 @@ 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!") \ + DSS_ERROR(NOT_RUNNING, "dss not running") \ + /** * This is temporarily defined to expand to its first argument (prefixed by