entrance: debug--

This commit is contained in:
Michael Bouchaud 2014-01-16 21:50:46 +01:00
parent a005f75fc0
commit 4d1ebdec15
1 changed files with 2 additions and 0 deletions

View File

@ -521,6 +521,7 @@ _entrance_conf_user_auth(void *data, const char *user, Eina_Bool granted)
_entrance_int_conf->user.lsess = eu->lsess;
_entrance_int_conf->user.remember_session
= eu->remember_session;
/*
printf("init %s %s | %s %s | %s | %d\n",
_entrance_int_conf->user.bg.path,
_entrance_int_conf->user.bg.group,
@ -528,6 +529,7 @@ _entrance_conf_user_auth(void *data, const char *user, Eina_Bool granted)
_entrance_int_conf->user.image.group,
_entrance_int_conf->user.lsess,
_entrance_int_conf->user.remember_session);
*/
break;
}
}