From: Tobias Ulmer Date: Wed, 27 Nov 2013 17:41:18 +0000 (+0100) Subject: e2-dlist: fix format string for invalid result X-Git-Tag: e2factory-2.3.15rc1~330 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=7acf27f0f694ed4ea879dcfd730f077659098c4b;p=e2factory.git e2-dlist: fix format string for invalid result Signed-off-by: Tobias Ulmer --- diff --git a/local/e2-dlist.lua b/local/e2-dlist.lua index db9e2ba..e604861 100644 --- a/local/e2-dlist.lua +++ b/local/e2-dlist.lua @@ -62,7 +62,7 @@ local function e2_dlist(arg) end if not info.results[ result ] then - return false, err.new("no such result: ", result) + return false, err.new("no such result: %s", result) end local dep, re