mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
*** empty log message ***
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@244 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
0beaa03af7
commit
6cdfb3ab76
@ -501,7 +501,7 @@ int Client::lstat(const char *path, struct stat *stbuf)
|
||||
//stbuf->st_flags =
|
||||
//stbuf->st_gen =
|
||||
|
||||
dout(1) << "stat sez size = " << inode.size << " uid = " << inode.uid << " ino = " << stbuf->st_ino << endl;
|
||||
dout(10) << "stat sez size = " << inode.size << " uid = " << inode.uid << " ino = " << stbuf->st_ino << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ md_config_t g_conf = {
|
||||
fake_clock: false,
|
||||
fakemessenger_serialize: true,
|
||||
|
||||
debug: 13,
|
||||
debug: 3,
|
||||
|
||||
// --- client ---
|
||||
client_cache_size: 400,
|
||||
|
@ -10,7 +10,7 @@ using namespace std;
|
||||
#undef dout
|
||||
#define dout(l) if (l<=g_conf.debug) cout << "serializer: "
|
||||
|
||||
#define DEBUGLVL 1 // debug level of output
|
||||
#define DEBUGLVL 10 // debug level of output
|
||||
|
||||
// ---------
|
||||
// incoming messages
|
||||
|
@ -244,7 +244,7 @@ int FakeMessenger::send_message(Message *m, msg_addr_t dest, int port, int fromp
|
||||
|
||||
// wake up loop?
|
||||
if (!awake) {
|
||||
dout(1) << "waking up fakemessenger thread" << endl;
|
||||
dout(10) << "waking up fakemessenger thread" << endl;
|
||||
awake = true;
|
||||
lock.Unlock();
|
||||
cond.Signal();
|
||||
|
Loading…
Reference in New Issue
Block a user