Merge branch 'heinz-changes' of github.com:jthornber/thin-provisioning-tools into rhel6.3-maintenance

This commit is contained in:
Joe Thornber
2012-03-13 14:06:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ namespace {
}
} catch (std::exception &e) {
if (!quiet)
cerr << e.what();
cerr << e.what() << endl;
return 1;
}