printMsg(lvlError, ...) -> printError(...) etc.

This commit is contained in:
Eelco Dolstra 2016-09-21 16:11:01 +02:00
parent 4036185cb4
commit c55bf085eb
30 changed files with 140 additions and 140 deletions

View file

@ -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);
}
};