From: fredrik Date: Tue, 9 Jan 2007 03:25:50 +0000 (+0000) Subject: Move LOGOOM to utils.h. X-Git-Tag: 0.3~107 X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;h=cf806496681b8f0b5108bba6cb129418362ee49d;p=doldaconnect.git Move LOGOOM to utils.h. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@820 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/daemon/log.h b/daemon/log.h index b411418..f95ff97 100644 --- a/daemon/log.h +++ b/daemon/log.h @@ -21,8 +21,6 @@ #include -#define LOGOOM(size) flog(LOG_CRIT, "%s (%s:%i): out of memory (alloc %i)", __FUNCTION__, __FILE__, __LINE__, (size)) - extern int logtostderr, logtosyslog; extern int syslogfac;