aboutsummaryrefslogtreecommitdiffstats
path: root/tw_hooks
diff options
context:
space:
mode:
Diffstat (limited to 'tw_hooks')
-rwxr-xr-xtw_hooks/on-add_scheduled_work_task.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw_hooks/on-add_scheduled_work_task.pl b/tw_hooks/on-add_scheduled_work_task.pl
index 6e9d902..b0e973b 100755
--- a/tw_hooks/on-add_scheduled_work_task.pl
+++ b/tw_hooks/on-add_scheduled_work_task.pl
@@ -100,7 +100,7 @@ Contents of $work_rem_file on $host is now:\n/,
print encode_json $decoded_task;
exit 0;
} else {
-# print encode_json $decoded_task;
+ print $added_task;
print("Add hook not used.\n");
exit 0;
}