output pool name string rather than pool pointer
This commit is contained in:
@@ -265,7 +265,7 @@ static host_t* acquire_address(private_stroke_attribute_t *this,
|
|||||||
}
|
}
|
||||||
enumerator->destroy(enumerator);
|
enumerator->destroy(enumerator);
|
||||||
|
|
||||||
DBG1(DBG_CFG, "pool %s is full, unable to assign address", pool);
|
DBG1(DBG_CFG, "pool '%s' is full, unable to assign address", pool->name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
this->mutex->unlock(this->mutex);
|
this->mutex->unlock(this->mutex);
|
||||||
|
|||||||
Reference in New Issue
Block a user