Remove a noisy log message from the Terrasync code.
This commit is contained in:
parent
dfd15cadab
commit
488ca0fcc5
@ -319,7 +319,6 @@ void SVNDirectory::mergeUpdateReportDetails(unsigned int depth,
|
|||||||
|
|
||||||
Dir d(localPath);
|
Dir d(localPath);
|
||||||
if (depth >= MAX_UPDATE_REPORT_DEPTH) {
|
if (depth >= MAX_UPDATE_REPORT_DEPTH) {
|
||||||
SG_LOG(SG_IO, SG_INFO, localPath << "exceeded MAX_UPDATE_REPORT_DEPTH, cleaning");
|
|
||||||
d.removeChildren();
|
d.removeChildren();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user