summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-03-19 08:19:11 +0000
committerMartin Pool <mbp@samba.org>2001-03-19 08:19:11 +0000
commit0c5a792ac7e8d9f415aaafd18f7500256de133af (patch)
tree5e94dda511402a80eca2a4af50faf0815c8d7bb3
parent2af27ad9aabae8d32ca24cca677086ca8c4b2b1e (diff)
downloadrsync-0c5a792ac7e8d9f415aaafd18f7500256de133af.tar.gz
Oops, fix edit mistake.
-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.