imc/imv cosmetics

This commit is contained in:
Andreas Steffen
2010-10-08 06:40:03 +02:00
parent d1b94592a6
commit 55960a170f
2 changed files with 7 additions and 4 deletions
@@ -52,7 +52,8 @@ plugin_t *tnc_imv_plugin_create()
}
else
{
DBG1(DBG_IKE, "loaded %d TNC IMV%s", imv_count, (imv_count > 1)? "s":"");
DBG1(DBG_IKE, "loaded %d TNC IMV%s", imv_count,
(imv_count == 1) ? "":"s");
}
return &this->plugin;