entrance: Use PT instead of ERR

This commit is contained in:
Marcel Hollerbach 2015-08-03 13:35:36 +02:00
parent e8e04b73d1
commit cecdf152c7
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ _entrance_session_run(struct passwd *pwd, const char *cmd, const char *cookie)
}
else
{
ERR("Failed to start session");
PT("Failed to start session");
}
}