forked from lix-project/lix
parent
0dddcf867a
commit
227a48f86f
|
@ -220,8 +220,7 @@ void LocalStore::optimisePath_(OptimiseStats & stats, const Path & path, InodeHa
|
||||||
rather than on the original link. (Probably it
|
rather than on the original link. (Probably it
|
||||||
temporarily increases the st_nlink field before
|
temporarily increases the st_nlink field before
|
||||||
decreasing it again.) */
|
decreasing it again.) */
|
||||||
if (st.st_size)
|
debug("‘%s’ has reached maximum number of links", linkPath);
|
||||||
printInfo(format("‘%1%’ has maximum number of links") % linkPath);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
throw SysError(format("cannot rename ‘%1%’ to ‘%2%’") % tempLink % path);
|
throw SysError(format("cannot rename ‘%1%’ to ‘%2%’") % tempLink % path);
|
||||||
|
|
Loading…
Reference in a new issue