It previously included the pointer to string holding the generated
uuid (neither of which would mean much to an end user).
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit
ef68f686be6d5cb9ca221e65deeff311bc397aa4)
if (r == -ESTALE) {
ldout(cct, 5) << "duplicate UUID detected, retrying" << dendl;
} else if (r < 0) {
- lderr(cct) << "failed to add mirror peer '" << uuid << "': "
+ lderr(cct) << "failed to add mirror peer '" << site_name << "': "
<< cpp_strerror(r) << dendl;
return r;
}