Skip to content

Commit 66dcf2d

Browse files
committed
refine output
1 parent 9ad4308 commit 66dcf2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/github-backup-utils/ghe-backup-config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,12 @@ if [ -n "$GHE_VERBOSE" ]; then
261261
calling_script_name="$(caller | sed 's:.*/::')"
262262
if [ "$TERM" = "dumb" ] || [[ "$OUTPUT_COLOR" != "yes" ]]; then
263263
exec 3>>"$GHE_VERBOSE_LOG"
264-
log_info "$calling_script_name: $*" 1>&3
264+
log_info "$calling_script_name $*" 1>&3
265265
else
266266
# colorize the input if supported.
267267
display_caller="${BLUE}$calling_script_name${NC}"
268268
exec 3>>"$GHE_VERBOSE_LOG"
269-
log_info "$display_caller: $*" 1>&3
269+
log_info "$display_caller $*" 1>&3
270270
fi
271271
fi
272272
else

0 commit comments

Comments
 (0)