[geary/wip/778728-split-composer: 8/13] Fix a compile warning.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/778728-split-composer: 8/13] Fix a compile warning.
- Date: Wed, 11 Oct 2017 17:16:42 +0000 (UTC)
commit b735695282ef60e5d94a07f3982e09e0d74b4173
Author: Michael James Gratton <mike vee net>
Date: Wed Oct 4 17:43:47 2017 +1100
Fix a compile warning.
.../imap-engine/imap-engine-minimal-folder.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/engine/imap-engine/imap-engine-minimal-folder.vala
b/src/engine/imap-engine/imap-engine-minimal-folder.vala
index c1a8d99..b0b3f72 100644
--- a/src/engine/imap-engine/imap-engine-minimal-folder.vala
+++ b/src/engine/imap-engine/imap-engine-minimal-folder.vala
@@ -1232,8 +1232,8 @@ private class Geary.ImapEngine.MinimalFolder : Geary.Folder, Geary.FolderSupport
replay_queue.notify_remote_removed_ids(
Geary.iterate<ImapDB.EmailIdentifier>(owned_id).to_array_list());
} else {
- debug("%s do_replay_removed_message: remote_position=%d unknown in local store "
- + "(reported_remote_count=%d local_position=%lld local_count=%d)",
+ debug("%s do_replay_removed_message: remote_position=%ld unknown in local store "
+ + "(reported_remote_count=%d local_position=%ld local_count=%d)",
to_string(), remote_position.value, reported_remote_count, local_position, local_count);
}
@@ -1270,7 +1270,7 @@ private class Geary.ImapEngine.MinimalFolder : Geary.Folder, Geary.FolderSupport
notify_email_count_changed(reported_remote_count, CountChangeReason.REMOVED);
debug("%s do_replay_remove_message: completed, current remote_count=%d "
- + "(reported_remote_count=%d local_count=%d starting local_count=%d remote_position=%lld
local_position=%lld marked=%s)",
+ + "(reported_remote_count=%d local_count=%d starting local_count=%d remote_position=%ld
local_position=%ld marked=%s)",
to_string(), remote_count, reported_remote_count, new_local_count, local_count,
remote_position.value,
local_position, marked.to_string());
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]