12 Jul
2007
12 Jul
'07
9:11 p.m.
On Thu, Jul 12, 2007 at 08:53:04PM +0100, Andrew Fyfe wrote:
+ else { + /* We shouldn't be here! This should have already been + * caught by the conflict check. */ + _alpm_log(PM_LOG_ERROR, _("%s already exists on tthe filesystem."), entryname); + _alpm_log(PM_LOG_DEBUG, _("%s should have been caught by the conflict checks!"), entryname); + RET_ERR(PM_ERR_FILE_CONFLICTS, -1); } }
little typo tthere :)