Skip to content

Commit

Permalink
Lib.pm: make debug colors closer to lib.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Feb 14, 2014
1 parent dab3244 commit 9519b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl5/Nullroute/Lib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sub _msg {
warn "${nameprefix}${color}${prefix}:${reset} ${msg}\n";
}

sub _debug { _msg("debug", shift, "\e[1;35m") if $::debug; }
sub _debug { _msg("debug", shift, "\e[36m") if $::debug; }

sub _warn { _msg("warning", shift, "\e[1;33m"); ++$::warnings; }

Expand Down

0 comments on commit 9519b64

Please sign in to comment.