[geary: 55/66] Fix log typo
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary: 55/66] Fix log typo
- Date: Tue, 30 Jun 2020 07:12:16 +0000 (UTC)
commit 19353900161c458c7db255c42d1afacc60c5ec12
Author: Chris Heywood <15127-creywood users noreply gitlab gnome org>
Date: Mon May 11 18:53:00 2020 +1000
Fix log typo
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 1ae905c4a..167505972 100644
--- a/src/engine/imap-db/imap-db-folder.vala
+++ b/src/engine/imap-db/imap-db-folder.vala
@@ -885,7 +885,7 @@ private class Geary.ImapDB.Folder : BaseObject, Geary.ReferenceSemantics {
public async Gee.Collection<Geary.EmailIdentifier>? detach_emails_before_timestamp(DateTime cutoff,
GLib.Cancellable? cancellable) throws Error {
- debug("Detaching emails before %s for folder ID %", cutoff.to_string(), this.folder_id.to_string());
+ debug("Detaching emails before %s for folder ID %s", cutoff.to_string(), this.folder_id.to_string());
Gee.ArrayList<ImapDB.EmailIdentifier>? deleted_email_ids = null;
Gee.ArrayList<string> deleted_primary_keys = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]