Merge pull request 'df-auto-deq-patch' (#14) from df/webif:df-auto-deq-patch into master

Reviewed-on: hummypkg/webif#14
This commit is contained in:
af123 2020-10-16 13:27:15 +00:00
commit 879c458256
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ proc ::auto::dumpq {qq} {
if {[$q get action] in $::auto::plugins} {
set pri $::auto::plugins([$q get action])
}
log [format " C: %4d %5d %8s - [$q get file]" \
[$q get id] $pri [$q get action]] 2
log [format " C: %4d %5d %8s - %s" \
[$q get id] $pri [$q get action] [$q get file]] 2
}
}