Minor transaction log formatting tweak.

This commit is contained in:
Jesse McDonald 2017-06-03 18:28:17 -05:00
parent b52e813d45
commit 73407cd6fa
1 changed files with 1 additions and 1 deletions

View File

@ -1137,7 +1137,7 @@ function ex_methods.sell(self, p_name, ex_name, item_name, wear, amount, rate)
local log_succ, log_err =
self:log("Sold " .. row_sold .. " " .. item_name ..
" to " .. poster .. "(+" .. revenue .. ")",
" to " .. poster .. ". (+" .. revenue .. ")",
p_name)
if not log_succ then
search_stmt:reset()