slightly less verboese

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15793 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-27 19:20:47 +00:00
parent f1fdd9b275
commit cbf73d7f8f

View File

@@ -223,7 +223,8 @@ certBag_parser(struct collector *c, const void *data, size_t length,
}
{
const char *s = hx509_cert_get_friendly_name(cert);
printf("cert name: %s\n", s ? s : "no name set");
if (s)
printf("cert name: %s\n", s);
}
return 0;