Prefix error message with result from getprogname()

This commit is contained in:
Allan Odgaard
2013-03-11 16:11:39 +01:00
parent 46fc5430c7
commit ce537a4ef9

View File

@@ -108,7 +108,7 @@ namespace scm
_xslt_path = SourceTreePath;
if(_xslt_path == NULL_STR)
fprintf(stderr, "TextMate/svn: Unable to locate svn_status.xslt.\n");
fprintf(stderr, "%s: Unable to locate svn_status.xslt.\n", getprogname());
}
std::string branch_name (std::string const& wcPath) const