Skip to content

Commit

Permalink
Merge #708(tobias): Change "room has loaded all history" to qCDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Oct 13, 2023
2 parents a313422 + 1ae8f89 commit 2fd99ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/room.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,7 @@ void Room::Private::getPreviousContent(int limit, const QString& filter)
{
*prevBatch = newPrevBatch;
} else {
qInfo(MESSAGES)
qCDebug(MESSAGES)
<< "Room" << q->objectName() << "has loaded all history";
prevBatch.reset();
}
Expand Down

0 comments on commit 2fd99ef

Please sign in to comment.