Index: trunk/magic/remove/src/streaksextern.c
===================================================================
--- trunk/magic/remove/src/streaksextern.c	(revision 27464)
+++ trunk/magic/remove/src/streaksextern.c	(revision 27465)
@@ -78,5 +78,5 @@
         }
     }
-    printf("%d streaks on this component\n", streaksOnComponent);
+    fprintf(stderr, "%d streaks on this component\n", streaksOnComponent);
     return pixels;
 }
