Migrate all PAR2Set-derived classes to the package notation
[rarslave2.git] / rarslave.py
index a18e6a3..16b8c78 100644 (file)
@@ -213,7 +213,7 @@ def main ():
        # Run any special actions that are needed on these options
        run_options (options)
 
-       # Find the loglevel using the options given 
+       # Find the loglevel using the options given
        logging.getLogger().setLevel (find_loglevel (options))
 
        # Run recursively
@@ -233,7 +233,7 @@ def main ():
 
        # Print the results
        if logger.size () > 0:
-               print 'Log\n' + '=' * 80
+               print '\nLog\n' + '=' * 80
                logger.close ()
 
        # Done!