diff --git a/webif/lib/auto/deq b/webif/lib/auto/deq index 435478a..41eec9a 100755 --- a/webif/lib/auto/deq +++ b/webif/lib/auto/deq @@ -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 } }