From: Tobias Ulmer Date: Thu, 12 Jul 2012 09:03:19 +0000 (+0200) Subject: Fix typo X-Git-Tag: e2factory-2.3.12rc1~11 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=327056ef5cdd9a13c1f379db64ac9c8d062b4199;p=e2factory.git Fix typo Signed-off-by: Tobias Ulmer --- diff --git a/generic/e2lib.lua b/generic/e2lib.lua index bdc1d76..c3d8780 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -341,7 +341,7 @@ function tracer(event, line) out = string.format("%s%s=\"%s\" (%s)", out, name, tostring(value), type(value)) end - out = out .. ")'" + out = out .. ")" e2lib.log(4, out) else e2lib.log(4, string.format("< %s%s", module, ftbl.name))