Merge pull request 'df-auto-deq-patch' (#14) from df/webif:df-auto-deq-patch into master
Reviewed-on: #14
This commit is contained in:
commit
879c458256
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user