Opened 3 years ago
Closed 3 years ago
#1627 closed defect (fixed)
Stray printf debug statement about utilization_normalize
Reported by: | opoplawski | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | sge | Version: | 8.1.9 |
Severity: | minor | Keywords: | |
Cc: |
Description
In source/libs/sched/sge_resource_utilization.c:
#if 1
utilization_print(cr, "pe_slots");
printf("this was before utilization_normalize()\n");
#endif
Would be nice to remove this. Spews to the journal when running sge_qmaster via systemd.
Change History (1)
comment:1 Changed 3 years ago by admin
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4961/sge:
Fix #1627: Remove debugging print statement