Skip to content

Commit

Permalink
Logging alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandesmacedo committed Dec 2, 2021
1 parent 65a49c3 commit aaf85a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def context_switch(self, queue, running_process, time_unit):
else:
logging.info("TIME {:03d} | QUANTUM ENDED".format(time_unit))
else:
logging.info("TIME {:03d} | Ended ".format(time_unit) + str(running_process))
logging.info("TIME {:03d} | Ended ".format(time_unit) + str(running_process))
if queue.length > 1:
logging.info("TIME {:03d} | QUANTUM ENDED | CONTEXT SWITCH".format(time_unit))
else:
Expand Down

0 comments on commit aaf85a5

Please sign in to comment.