]> git.e2factory.org Git - e2factory.git/commitdiff
Fix typo
authorTobias Ulmer <tu@emlix.com>
Thu, 12 Jul 2012 09:03:19 +0000 (11:03 +0200)
committerTobias Ulmer <tu@emlix.com>
Thu, 12 Jul 2012 09:03:19 +0000 (11:03 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua

index bdc1d7679b541b5ae92f50951b21aea13a7c1226..c3d8780d0301a0109770c3a7f38021dbef25935d 100644 (file)
@@ -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))