From 03c6a5961feef17ac1c348639974798303a7a402 Mon Sep 17 00:00:00 2001 From: Jan Radon Date: Tue, 7 Aug 2018 19:20:45 +0200 Subject: [PATCH] #183: fix build --- src/storage-rbox/rbox-copy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/storage-rbox/rbox-copy.cpp b/src/storage-rbox/rbox-copy.cpp index 824e4c6a..7e13cb50 100644 --- a/src/storage-rbox/rbox-copy.cpp +++ b/src/storage-rbox/rbox-copy.cpp @@ -268,8 +268,8 @@ static int move_mail(struct mail_save_context *ctx, librmb::RadosStorage *rados_ librmb::RadosSaveLogEntry::op_mv(*ns_src, src_oid, dest_mbox->list->ns->owner->username, metadata))); } #ifdef DEBUG - i_debug("move successfully finished from %s (ns=%s) to %s (ns=%s)", src_oid.c_str(), ns_src.c_str(), src_oid.c_str(), - ns_dest.c_str()); + i_debug("move successfully finished from %s (ns=%s) to %s (ns=%s)", src_oid.c_str(), ns_src->c_str(), src_oid.c_str(), + ns_dest->c_str()); #endif return 0; }