summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/log.c b/log.c
index a216b6a3..aef3ac8a 100644
--- a/log.c
+++ b/log.c
@@ -1,6 +1,6 @@
/* -*- c-file-style: "linux"; -*-
- Copyright (C) 1998-2001 by Andrew Tridgell <mbp@samba.org>
+ Copyright (C) 1998-2001 by Andrew Tridgell <tridge@samba.org>
Copyright (C) 2000-2001 by Martin Pool <mbp@samba.org>
This program is free software; you can redistribute it and/or modify
@@ -20,6 +20,7 @@
/*
Logging and utility functions.
+ tridge, May 1998
Mapping to human-readable messages added by Martin Pool
<mbp@samba.org>, Oct 2000.