This commit is contained in:
parent
5e2824c2b9
commit
78de6f01d3
|
@ -103,8 +103,6 @@ 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));
|
||||
|
||||
|
@ -116,7 +114,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);
|
||||
|
|
Loading…
Reference in New Issue