esunar / test4

GNU General Public License v3.0
0 stars 0 forks source link

Rename fubar method from Logger class #200

Open esunar opened 1 year ago

esunar commented 1 year ago

This is a small change but the Logger class has a method called fubar() that prints message to STDERR and exits the program.

This method should be renamed to be more descriptive of its function. It can also be made static as it does not use any self references.


Imported from Launchpad using lp2gh.