Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Yet another fix for OQ log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maczuga committed Jun 1, 2020
1 parent 304387e commit 87889e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oqueue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12535,7 +12535,7 @@ function oq.log(echo, ...)
oq._log:update_text()
end
if (echo) then
print("[OQUEUE]" .. ...)
print("[OQUEUE]", ...)
end
end

Expand Down

0 comments on commit 87889e8

Please sign in to comment.