Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5f6b5bc

Browse files
author
Pavel Patrin
committedSep 11, 2013
Log msg fix
1 parent 6c2960d commit 5f6b5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dashboard.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ case $ACTION in
310310
exit 1
311311
fi
312312

313-
log_info "dashboard" "Adding task [$TASK_GOAL][$TASK_SUCC][$TASK_FAIL] ..."
313+
log_info "dashboard" "Adding task [$TASK_GOAL][$TASK_SUCC][$TASK_FAIL] with options [$TASK_OPTIONS] ..."
314314
if queuedb_push "$TASK_GOAL" "$TASK_SUCC" "$TASK_FAIL" "$TASK_OPTIONS"
315315
then
316316
TASK_ID=$RESULT

0 commit comments

Comments
 (0)
Please sign in to comment.