X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=err.h;h=e7aced084542cb8d05fec76d49839e6d25b4cef8;hp=14cc032fae65f621ade9c419d682f0252b7ad0ac;hb=41c5e79dcdd912777b7e235b6e9d238a066a21d0;hpb=46cbddf465bd66ba1d5c4bcc780ae0d65abd7f73 diff --git a/err.h b/err.h index 14cc032..e7aced0 100644 --- a/err.h +++ b/err.h @@ -1,12 +1,13 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ extern char *dss_errlist[]; extern char *dss_error_txt; -__printf_2_3 void dss_log(int ll, const char* fmt,...); +void dss_log_set_params(int ll, const char *file, int line, const char *func); +__printf_1_2 void dss_log(const char* fmt,...); /** * This bit indicates whether a number is considered a system error number @@ -54,7 +55,8 @@ static inline char *dss_strerror(int num) 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") + DSS_ERROR(NOT_RUNNING, "dss not running"), \ + DSS_ERROR(TOO_MANY_RSYNC_ERRORS, "too many consecutive rsync errors") /** * This is temporarily defined to expand to its first argument (prefixed by