Skip to content

Commit

Permalink
#183: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Aug 7, 2018
1 parent 1d5cb92 commit 03c6a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/storage-rbox/rbox-copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 03c6a59

Please sign in to comment.