From: Martin Pool Date: Mon, 19 Mar 2001 08:19:11 +0000 (+0000) Subject: Oops, fix edit mistake. X-Git-Tag: mbp_bk_export0~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5a792ac7e8d9f415aaafd18f7500256de133af;p=thirdparty%2Frsync.git Oops, fix edit mistake. --- 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 + Copyright (C) 1998-2001 by Andrew Tridgell Copyright (C) 2000-2001 by Martin Pool 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 , Oct 2000.