@ -359,7 +359,7 @@ void cmd_criteria_add(I3_CMD, char *ctype, char *cvalue) {
|
||||
ELOG("Could not parse con id \"%s\"\n", cvalue);
|
||||
} else {
|
||||
current_match->con_id = (Con*)parsed;
|
||||
printf("id as int = %p\n", current_match->con_id);
|
||||
DLOG("id as int = %p\n", current_match->con_id);
|
||||
}
|
||||
return;
|
||||
}
|
||||
@ -374,7 +374,7 @@ void cmd_criteria_add(I3_CMD, char *ctype, char *cvalue) {
|
||||
ELOG("Could not parse window id \"%s\"\n", cvalue);
|
||||
} else {
|
||||
current_match->id = parsed;
|
||||
printf("window id as int = %d\n", current_match->id);
|
||||
DLOG("window id as int = %d\n", current_match->id);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user