build-pkg: add [build-pkg] to log messages

This commit is contained in:
Boris Nagaev 2015-09-04 01:45:51 +03:00
parent d941a7ef73
commit 230aeda472
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ local ARCH_FOR_COMMON = 'i686-w64-mingw32.static'
local target -- used by many functions
local function log(fmt, ...)
print(target, fmt:format(...))
print('[build-pkg]', target, fmt:format(...))
end
-- based on http://lua-users.org/wiki/SplitJoin