X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dbd9ea3e5afd7564f41170e19eed7ebd7e974638..d762dfe94b9b9122f58a12ac1f5a0dfacee5dcb1:/log.c diff --git a/log.c b/log.c index d5308b2f..83375a78 100644 --- a/log.c +++ b/log.c @@ -3,12 +3,11 @@ * * Copyright (C) 1998-2001 Andrew Tridgell * Copyright (C) 2000-2001 Martin Pool - * Copyright (C) 2003, 2004, 2005, 2006 Wayne Davison + * Copyright (C) 2003-2007 Wayne Davison * * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -525,7 +524,7 @@ static void log_formatted(enum logcode code, const char *format, const char *op, n = c; } else n = buf2; - } else if (*c != '/') { + } else if (am_daemon && *c != '/') { pathjoin(buf2, sizeof buf2, curr_dir + module_dirlen, c); clean_fname(buf2, 0);