Compare commits

..

No commits in common. "60a7af738ce4bb32d1c7dbd47d404007e4df651a" and "0b47838693cb154eefff90c8b40a13571754322c" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -103,6 +103,8 @@ int main(int argc, char **argv) {
create_logger("colloscope.log", LOG_INFO);
}
//info("%d %d %d %d", n_creneaux, n_colleurs, n_weeks, n_groups);
info("Starting");
srand(time(NULL));
@ -114,7 +116,7 @@ int main(int argc, char **argv) {
colleur* dudes = import_colleurs_oneweek(path_colleurs, n_colleurs, n_weeks, n_creneaux);
import_tds(edt, len_edt, n_creneaux, blacklist_path);
debug("Entries are : ");
debug("Creneaux filename : %s", path_creneaux);
debug("Number of creneaux (for one week) : %d", n_creneaux);