[geary: 2/66] Demote log message level



commit dbb1d783a164059256f6de1141d56bbc634459fe
Author: Chris Heywood <15127-creywood users noreply gitlab gnome org>
Date:   Wed Dec 18 12:08:24 2019 +0100

    Demote log message level

 src/engine/imap-db/imap-db-folder.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/engine/imap-db/imap-db-folder.vala b/src/engine/imap-db/imap-db-folder.vala
index 381bafde4..489dc9087 100644
--- a/src/engine/imap-db/imap-db-folder.vala
+++ b/src/engine/imap-db/imap-db-folder.vala
@@ -884,7 +884,7 @@ private class Geary.ImapDB.Folder : BaseObject, Geary.ReferenceSemantics {
 
     public async void detach_emails_before_timestamp(DateTime cutoff,
         Cancellable? cancellable) throws Error {
-        warning("Detaching emails before %s for folder ID %", cutoff.to_string(), 
this.folder_id.to_string());
+        debug("Detaching emails before %s for folder ID %", cutoff.to_string(), this.folder_id.to_string());
 
         yield db.exec_transaction_async(Db.TransactionType.WO, (cx) => {
             // Query was found to be faster than other approaches. MessageLocationTable.ordering


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]