Skip to content

Commit

Permalink
qCInfo => qCDebug
Browse files Browse the repository at this point in the history
Reported at #7873.

Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Feb 18, 2025
1 parent c36b6a7 commit eb4add9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ void Folder::slotWatchedPathChanged(const QStringView &path, const ChangeReason
}
}
if (spurious) {
qCInfo(lcFolder) << "Ignoring spurious notification for file" << relativePath;
qCDebug(lcFolder) << "Ignoring spurious notification for file" << relativePath;
return; // probably a spurious notification
}
}
Expand Down

0 comments on commit eb4add9

Please sign in to comment.