Mark output from DXCron::spawn in dbg
[spider.git] / perl / DXCron.pm
index ccbb78d4773a6a7466e81a6625e968cd15ffca92..e90865f385d989217b459494bf3b47644504ddc5 100644 (file)
@@ -255,7 +255,7 @@ sub spawn
                                         dbg($s);
                                         return;
                                 }
-                                dbg($_) for @res;
+                                dbg("DXCron::spawn: $_") for @res;
                         }
                        );
 }