Updating log text
This commit is contained in:
parent
56ff12d36b
commit
b57e8d5e19
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user