Mark output from DXCron::spawn in dbg
authorDirk Koopman <djk@tobit.co.uk>
Fri, 25 Mar 2016 22:34:09 +0000 (22:34 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 25 Mar 2016 22:34:09 +0000 (22:34 +0000)
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;
                         }
                        );
 }