diff options
| author | ruki <[email protected]> | 2015-06-10 20:50:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-10 20:50:58 +0800 |
| commit | b5815f7c047221ea4a85333f7a8b6be5a2a4c737 (patch) | |
| tree | f53349989af5e057d77233d333ef5efc46d03ed3 /xmake/scripts/base/project.lua | |
| parent | 62f8e7581602d698a341db16257bd3d9304fa30d (diff) | |
modify the checking verbose info
Diffstat (limited to 'xmake/scripts/base/project.lua')
| -rw-r--r-- | xmake/scripts/base/project.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xmake/scripts/base/project.lua b/xmake/scripts/base/project.lua index 19da97029..bad0e215f 100644 --- a/xmake/scripts/base/project.lua +++ b/xmake/scripts/base/project.lua @@ -419,12 +419,7 @@ function project._make_options(configs) end -- trace - utils.verbose("checking %s ...: %s", k, utils.ifelse(o, "ok", "no")) - - else - - -- trace - utils.verbose("checking %s ...: %s", k, "ok") + utils.verbose("checking for %s ... %s", k, utils.ifelse(o, "ok", "no")) end end end |
