printMsg(lvlError, ...) -> printError(...) etc.
This commit is contained in:
parent
4036185cb4
commit
c55bf085eb
30 changed files with 140 additions and 140 deletions
|
|
@ -84,7 +84,7 @@ struct CmdCopySigs : StorePathsCommand
|
|||
|
||||
pool.process();
|
||||
|
||||
printMsg(lvlInfo, format("imported %d signatures") % added);
|
||||
printInfo(format("imported %d signatures") % added);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -132,7 +132,7 @@ struct CmdSignPaths : StorePathsCommand
|
|||
}
|
||||
}
|
||||
|
||||
printMsg(lvlInfo, format("added %d signatures") % added);
|
||||
printInfo(format("added %d signatures") % added);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue