logInfo change to logDebug

pull/48/head
yuqing 2014-08-09 16:22:37 +08:00
parent 70c67eaba8
commit c3081550b1
1 changed files with 2 additions and 2 deletions

View File

@ -1632,7 +1632,7 @@ static int tracker_unlock_by_client(struct fast_task_info *pTask)
tracker_mem_file_unlock();
logInfo("file: "__FILE__", line: %d, " \
logDebug("file: "__FILE__", line: %d, " \
"unlock by client: %s, locked count: %d", \
__LINE__, pTask->client_ip, lock_by_client_count);
@ -1651,7 +1651,7 @@ static int tracker_lock_by_client(struct fast_task_info *pTask)
pTask->finish_callback = tracker_unlock_by_client; //make sure to release lock
lock_by_client_count++;
logInfo("file: "__FILE__", line: %d, " \
logDebug("file: "__FILE__", line: %d, " \
"lock by client: %s, locked count: %d", \
__LINE__, pTask->client_ip, lock_by_client_count);