Skip to content

Commit

Permalink
correct debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Feb 14, 2024
1 parent b452b9c commit 755d344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viloca/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def main(args):
for p in all_processes:
p.join()
if p.exitcode != 0:
logging.debug("[b2w] A process was killed. Terminating the program.")
logging.debug("[shotgun] A process was killed. Terminating the program.")
exit(1)

logging.debug("[shotgun] All processes completed successfully.")
Expand Down

0 comments on commit 755d344

Please sign in to comment.