DWL: Support for somebar

This commit is contained in:
2022-02-12 16:09:24 -08:00
parent cc578dd0e8
commit 59a0f3c075
3 changed files with 29 additions and 21 deletions

View File

@@ -63,6 +63,8 @@ while (<>) {
my $line = $_;
chomp $line;
print STDOUT "$_";
if (exists $ENV{'DWL_LOG_VERBOSE'}) {
print_log("DWLTAGS [VV] : $line");
}