Symbol: LOG2
usr.bin/rsync/client.c
70
LOG2("client detected client version %d, server version %d, seed %d",
usr.bin/rsync/client.c
81
LOG2("client starting sender: %s",
usr.bin/rsync/client.c
89
LOG2("client starting receiver: %s",
usr.bin/rsync/flist.c
1031
LOG2("recursively generated %zu filenames", *sz);
usr.bin/rsync/flist.c
1108
LOG2("non-recursively generated %zu filenames", flsz);
usr.bin/rsync/flist.c
1241
LOG2("delete from %zu directories", cargvs);
usr.bin/rsync/flist.c
268
LOG2("sending file metadata list: %zu", flsz);
usr.bin/rsync/flist.c
399
LOG2("sending uid list: %zu", uidsz);
usr.bin/rsync/flist.c
407
LOG2("sending gid list: %zu", gidsz);
usr.bin/rsync/flist.c
747
LOG2("received uid list: %zu", uidsz);
usr.bin/rsync/flist.c
755
LOG2("received gid list: %zu", gidsz);
usr.bin/rsync/flist.c
760
LOG2("received file metadata list: %zu", flsz);
usr.bin/rsync/main.c
620
LOG2("exec[%d] = %s", i, args[i]);
usr.bin/rsync/receiver.c
246
LOG2("%s: receiver destination", root);
usr.bin/rsync/receiver.c
306
LOG2("%s: ready for phase 1 data", root);
usr.bin/rsync/receiver.c
381
LOG2("%s: receiver ready for phase 2 data", root);
usr.bin/rsync/receiver.c
433
LOG2("receiver finished updating");
usr.bin/rsync/sender.c
674
LOG2("sender finished updating");
usr.bin/rsync/server.c
102
LOG2("server starting sender");
usr.bin/rsync/server.c
128
LOG2("server starting receiver");
usr.bin/rsync/server.c
98
LOG2("server detected client version %d, server version %d, seed %d",
usr.bin/rsync/socket.c
170
LOG2("resolving: %s", host);
usr.bin/rsync/socket.c
232
LOG2("hostname resolved: %s: %s", host, src[i].ip);
usr.bin/rsync/socket.c
353
LOG2("connected: %s, %s", src[i].ip, f->host);
usr.bin/rsync/socket.c
401
LOG2("requesting module: %s, %s", f->module, f->host);
usr.bin/rsync/socket.c
491
LOG2("read multiplexing enabled");
usr.bin/rsync/socket.c
493
LOG2("socket detected client version %d, server version %d, seed %d",
usr.bin/rsync/socket.c
498
LOG2("client starting receiver: %s", f->host);
usr.bin/rsync/socket.c
87
LOG2("trying: %s, %s", src->ip, host);
usr.bin/rsync/uploader.c
1106
LOG2("fixing up directory times and permissions");