X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3e3dcd624fbd178ac714048f244208873624d52c..8ee3d639b2733276a93d92132ff4d8102ceb4d94:/log.c diff --git a/log.c b/log.c index 5832b203..aef3ac8a 100644 --- a/log.c +++ b/log.c @@ -1,6 +1,7 @@ /* -*- 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 it under the terms of the GNU General Public License as published by @@ -19,6 +20,7 @@ /* Logging and utility functions. + tridge, May 1998 Mapping to human-readable messages added by Martin Pool , Oct 2000. @@ -170,7 +172,7 @@ void rwrite(enum logcode code, char *buf, int len) return; } - /* then try to pass it to the other end */ + /* if that fails, try to pass it to the other end */ if (am_server && io_multiplex_write(code, buf, len)) { return; }