charon-systemd: Typo in log message fixed

This commit is contained in:
Tobias Brunner
2014-10-13 16:51:20 +02:00
parent c8719a073d
commit 245979abc0
+1 -1
View File
@@ -357,7 +357,7 @@ int main(int argc, char *argv[])
}
if (!lookup_uid_gid())
{
sd_notifyf(0, "STATUS=unkown uid/gid");
sd_notifyf(0, "STATUS=unknown uid/gid");
return SS_RC_INITIALIZATION_FAILED;
}
charon->load_loggers(charon, NULL, FALSE);