entrance: missing \n

This commit is contained in:
Michaël Bouchaud (yoz) 2014-03-07 13:40:52 +01:00
parent b7bbc97301
commit b3c3d5c414
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ entrance_pam_close_session(const Eina_Bool opened)
{
default:
//case PAM_SESSION_ERROR:
PT("error on close session");
PT("error on close session\n");
pam_setcred(_pam_handle, PAM_DELETE_CRED);
entrance_pam_end();
case PAM_SUCCESS:
@ -262,7 +262,7 @@ entrance_pam_item_set(ENTRANCE_PAM_ITEM_TYPE type, const void *value)
return 0;
}
PT("PAM error: %d on %d", last_result, type);
PT("PAM error: %d on %d\n", last_result, type);
return 1;
}