Updating log text

This commit is contained in:
Alex Yatskov 2015-09-04 17:19:21 +09:00
parent 56ff12d36b
commit b57e8d5e19

View File

@ -47,7 +47,7 @@ func processCmdMacro(macroName string, args []string, conf *config) error {
margs = appendExpEnv(margs, m.Suffix) margs = appendExpEnv(margs, m.Suffix)
if conf.flags&flagVerbose != 0 { if conf.flags&flagVerbose != 0 {
log.Printf("using macro: %s", mn) log.Printf("expanding macro: %s", mn)
} }
return processCmd(margs, conf) return processCmd(margs, conf)