diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-29 19:03:09 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-29 19:03:09 +0200 |
commit | 3adda3b6c77167987965c6334d136e702d6cecc8 (patch) | |
tree | ceee6ee8caace2ed707afae85e08192f836fb30c /tools.c | |
parent | 44237c37017fe0dfd194da95d576f9a0eb4ea796 (diff) | |
download | vdr-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |