]> git.tdb.fi Git - builder.git/blob - source/action.cpp
Replace per-file copyright notices with a single file
[builder.git] / source / action.cpp
1 #include <msp/io/print.h>
2 #include "action.h"
3
4 using namespace Msp;
5 using namespace std;
6
7 void Action::announce(const string &pkg, const string &tool, const string &tgt)
8 {
9         IO::print("[%-10s] [%4s] %s\n", pkg.substr(0, 10), tool, tgt);
10 }