monclient: show when hunting

This commit is contained in:
Sage Weil 2009-10-16 12:58:50 -07:00
parent 87b99f465e
commit bbba6be998

View File

@ -32,7 +32,7 @@
#define DOUT_SUBSYS monc
#undef dout_prefix
#define dout_prefix *_dout << dbeginl << "monclient: "
#define dout_prefix *_dout << dbeginl << "monclient" << (hunting ? "(hunting)":"") << ": "
/*
@ -41,6 +41,8 @@
*/
int MonClient::build_initial_monmap()
{
dout(10) << "build_initial_monmap" << dendl;
// file?
if (g_conf.monmap) {
const char *monmap_fn = g_conf.monmap;