summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-07-29 19:03:09 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-07-29 19:03:09 +0200
commit3adda3b6c77167987965c6334d136e702d6cecc8 (patch)
treeceee6ee8caace2ed707afae85e08192f836fb30c /tools.c
parent44237c37017fe0dfd194da95d576f9a0eb4ea796 (diff)
downloadvdr-3adda3b6c77167987965c6334d136e702d6cecc8.tar.gz
vdr-3adda3b6c77167987965c6334d136e702d6cecc8.tar.bz2
New command line option '-l' to set the log level
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.c b/tools.c
index 83cb51ef..0dca69ee 100644
--- a/tools.c
+++ b/tools.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.c 1.12 2000/07/29 14:02:41 kls Exp $
+ * $Id: tools.c 1.13 2000/07/29 18:41:45 kls Exp $
*/
#define _GNU_SOURCE
@@ -245,7 +245,7 @@ bool RemoveFileOrDir(const char *FileName, bool FollowSymlinks)
LOG_ERROR_STR(l);
}
else
- esyslog(LOG_ERR, "symlink name length (%d) exceeded anticipated buffer size (%d)", n, size);
+ esyslog(LOG_ERR, "ERROR: symlink name length (%d) exceeded anticipated buffer size (%d)", n, size);
delete l;
}
dsyslog(LOG_INFO, "removing %s", buffer);