make DHCP debug messages consistent
This commit is contained in:
@@ -395,7 +395,7 @@ METHOD(dhcp_socket_t, enroll, dhcp_transaction_t*,
|
|||||||
{ /* no ACK received */
|
{ /* no ACK received */
|
||||||
this->mutex->unlock(this->mutex);
|
this->mutex->unlock(this->mutex);
|
||||||
transaction->destroy(transaction);
|
transaction->destroy(transaction);
|
||||||
DBG1(DBG_CFG, "DHCP request timed out");
|
DBG1(DBG_CFG, "DHCP REQUEST timed out");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
this->mutex->unlock(this->mutex);
|
this->mutex->unlock(this->mutex);
|
||||||
|
|||||||
Reference in New Issue
Block a user