mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
use singular form
This commit is contained in:
parent
3fa44f4e1a
commit
a9f0feecb3
@ -124,8 +124,8 @@ METHOD(imc_t, set_message_types, void,
|
||||
memcpy(this->supported_types, supported_types, size);
|
||||
}
|
||||
*pos = '\0';
|
||||
DBG2(DBG_TNC, "IMC %u supports %u message types:%s",
|
||||
this->id, type_count, buf);
|
||||
DBG2(DBG_TNC, "IMC %u supports %u message type%s:%s",
|
||||
this->id, type_count, (type_count == 1) ? "":"s", buf);
|
||||
|
||||
/* lock the imc_t instance */
|
||||
this->mutex->unlock(this->mutex);
|
||||
|
@ -125,8 +125,8 @@ METHOD(imv_t, set_message_types, void,
|
||||
memcpy(this->supported_types, supported_types, size);
|
||||
}
|
||||
*pos = '\0';
|
||||
DBG2(DBG_TNC, "IMV %u supports %u message types:%s",
|
||||
this->id, type_count, buf);
|
||||
DBG2(DBG_TNC, "IMV %u supports %u message type%s:%s",
|
||||
this->id, type_count, (type_count == 1) ? "":"s", buf);
|
||||
|
||||
/* lock the imv_t instance */
|
||||
this->mutex->unlock(this->mutex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user