udplog 添加deubg pirntf输出
This commit is contained in:
parent
837e2d9f9e
commit
8303f98fe3
@ -38,7 +38,9 @@ namespace a8
|
||||
impl_->save_cond = new std::condition_variable();
|
||||
|
||||
impl_->log_level = 0;
|
||||
impl_->debuging = false;
|
||||
#ifdef DEBUG
|
||||
impl_->debuging = true;
|
||||
#endif
|
||||
impl_->top_node = nullptr;
|
||||
impl_->bot_node = nullptr;
|
||||
impl_->work_node = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user