git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@730
270642c3-0616-0410-b53a-bc976706d245
LIBC_CALL( ::unlink, (pidfile_.c_str()) );
} catch (SystemException e) {
e << "; could not unlink " << pidfile_.c_str();
- throw;
+ // throw;
}
}
}
// was some race condition, probably over NFS.
std::string tempname;
- boost::format linkErrorFormat("; could not link \"%1%\" to \"%2%\"");
+ boost::format linkErrorFormat(" Could not link \"%1%\" to \"%2%\".");
{
char hostname[HOST_NAME_MAX+1];