diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-05 11:42:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-05 11:42:30 +0000 |
commit | 26b8629f85a5f42a111a8d2bab4e1576a2f27a5d (patch) | |
tree | 46240689aa24d9a1648512b10fe2f488efff320c /contrib/amd/libamu | |
parent | 9c9be5f80dc96ac7a4f98dce7a9814496f9f2aaa (diff) | |
parent | af59541d88274a855749824b48db3943f4e68c34 (diff) | |
download | FreeBSD-src-26b8629f85a5f42a111a8d2bab4e1576a2f27a5d.zip FreeBSD-src-26b8629f85a5f42a111a8d2bab4e1576a2f27a5d.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r52894,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/amd/libamu')
-rw-r--r-- | contrib/amd/libamu/xutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/amd/libamu/xutil.c b/contrib/amd/libamu/xutil.c index bd1bcf5..a8b15bf 100644 --- a/contrib/amd/libamu/xutil.c +++ b/contrib/amd/libamu/xutil.c @@ -38,7 +38,7 @@ * * %W% (Berkeley) %G% * - * $Id: xutil.c,v 1.6 1999/09/08 23:36:53 ezk Exp $ + * $Id: xutil.c,v 1.8 1999/09/30 21:01:42 ezk Exp $ * */ @@ -803,6 +803,7 @@ switch_to_logfile(char *logfile, int old_umask) (void) fclose(logfp); logfp = new_logfp; + plog(XLOG_INFO, "switched to logfile \"%s\"", logfile); return 0; } |