libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit bc333b13a33cf701ff00f54f1eb49220e048bc29
parent 6b22dcad7dc1027fedccf3719202afdcd6bf315f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 29 Jan 2012 16:29:06 +0000

undo

Diffstat:
Msrc/main/extractor.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main/extractor.c b/src/main/extractor.c @@ -1687,9 +1687,6 @@ extract_oop (struct EXTRACTOR_PluginList *plugin, fflush (plugin->cpipe_in); while (1) { - fprintf (stderr, "Reading header from PID %u (plugin %s)\n", - plugin->cpid, - plugin->short_libname); if (0 != read_all (plugin->cpipe_out, &hdr, sizeof(hdr)))