Minor: changes some debug text
This commit is contained in:
parent
f2534c7763
commit
bd785e7df1
@ -293,7 +293,7 @@ bool Utils::sameFilesInDirs(QDir const &dir1, QDir const &dir2,
|
|||||||
}
|
}
|
||||||
if (fileNameLst1 != fileNameLst2) {
|
if (fileNameLst1 != fileNameLst2) {
|
||||||
printCriticalErrorMsg(dirPath1 + " AND " + dirPath2
|
printCriticalErrorMsg(dirPath1 + " AND " + dirPath2
|
||||||
+ " DIFFER: [" + fileNameLst1.join(',') + "],["
|
+ " HAVE DIFFERENT FILES: [" + fileNameLst1.join(',') + "],["
|
||||||
+ fileNameLst2.join(',') + "]");
|
+ fileNameLst2.join(',') + "]");
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
@ -323,7 +323,7 @@ bool Utils::sameFilesInDirs(QDir const &dir1, QDir const &dir2,
|
|||||||
|
|
||||||
if (gitBlobLst1 != gitBlobLst2) {
|
if (gitBlobLst1 != gitBlobLst2) {
|
||||||
printCriticalErrorMsg(dirPath1 + " AND " + dirPath2
|
printCriticalErrorMsg(dirPath1 + " AND " + dirPath2
|
||||||
+ " DIFFER: [" + gitBlobLst1.join(',') + "],["
|
+ " HAVE DIFFERENT BLOBS: [" + gitBlobLst1.join(',') + "],["
|
||||||
+ gitBlobLst2.join(',') + "]");
|
+ gitBlobLst2.join(',') + "]");
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user