--- clitar.c.orig Wed Oct 8 12:10:26 2003 +++ clitar.c Wed Oct 8 12:11:03 2003 @@ -1430,8 +1430,8 @@ close(tarhandle); SAFE_FREE(tarbuf); - DEBUG(0, ("tar: dumped %d files and directories\n", ntarf)); - DEBUG(0, ("Total bytes written: %.0f\n", (double)ttarf)); + x_fprintf(dbf, "tar: dumped %d files and directories\n", ntarf); + x_fprintf(dbf, "Total bytes written: %.0f\n", (double)ttarf); break; }