=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/receiver.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/rsync/receiver.c 2019/03/22 19:56:47 1.20 +++ src/usr.bin/rsync/receiver.c 2019/03/23 16:04:28 1.21 @@ -1,4 +1,4 @@ -/* $Id: receiver.c,v 1.20 2019/03/22 19:56:47 cheloha Exp $ */ +/* $Id: receiver.c,v 1.21 2019/03/23 16:04:28 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons @@ -68,7 +68,7 @@ return 0; } WARNX(sess, "%s: identity unknown or not available " - "to user.group: %u.%u", f->path, uid, gid); + "to user.group: %u.%u", f->path, uid, gid); } else LOG4(sess, "%s: updated uid and/or gid", f->path); } @@ -127,7 +127,7 @@ return 0; } WARNX(sess, "%s: identity unknown or not available " - "to user.group: %u.%u", f->path, uid, gid); + "to user.group: %u.%u", f->path, uid, gid); } else LOG4(sess, "%s: updated uid and/or gid", f->path); } @@ -396,8 +396,9 @@ } else if (c == 0) { assert(phase == 0); phase++; - LOG2(sess, "%s: receiver ready " - "for phase 2 data", root); + LOG2(sess, + "%s: receiver ready for phase 2 data", + root); break; }