entrance: Use PT instead of ERR

This commit is contained in:
Marcel Hollerbach 2015-08-03 13:35:36 +02:00
parent b67f79219d
commit 4ed615e5eb
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");
}
}