treewide: Use l_debug with at least one argument

By convention we should be passing at least an empty string to make it
clearer that no additional debug info is being printed
This commit is contained in:
Denis Kenzior 2019-12-17 16:15:05 -06:00
parent 3607ee0c7e
commit 0e49561bb7
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ static int eap_extensions_handle_cryptobinding_tlv(struct eap_state *eap,
uint8_t buf[61];
uint8_t imck[60];
l_debug();
l_debug("");
if (tlv_value_len != cryptobinding_val_len)
return -EBADMSG;

View File

@ -1179,7 +1179,7 @@ void netconfig_destroy(struct netconfig *netconfig)
if (!netconfig_list)
return;
l_debug();
l_debug("");
l_queue_remove(netconfig_list, netconfig);