Skip to content

Commit

Permalink
Change "room has loaded all history" to qCDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasFella committed Oct 13, 2023
1 parent a313422 commit 1ae8f89
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 1ae8f89

Please sign in to comment.