msg/DispatchQueue: myaddr -> myaddrs

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2018-06-12 12:31:35 -05:00
parent f30843581d
commit f24077c189

View File

@ -26,7 +26,7 @@
*/
#undef dout_prefix
#define dout_prefix *_dout << "-- " << msgr->get_myaddr() << " "
#define dout_prefix *_dout << "-- " << msgr->get_myaddrs() << " "
double DispatchQueue::get_max_age(utime_t now) const {
Mutex::Locker l(lock);