On 05/03/2015 14:17, Corinna Vinschen wrote:
On Mar  5 13:44, Jon TURNEY wrote:
@@ -170,8 +163,8 @@ archive_tar::next_file_name ()
    sscanf (state.tar_header.size, "%Io", &state.file_length);
    state.file_offset = 0;

-//  vp2 (_tar_vfile, "%c %9d %s\n", state.tar_header.typeflag,
-//      state.file_length, state.filename);
+  LogBabblePrintf ("%c %9d %s\n", state.tar_header.typeflag,
+                   state.file_length, state.filename);

Is it really worth to add this to the babble?

Erm no.  This should stay under 'if (_tar_verbose)' or something.

Reply via email to