diff --git a/src/main.py b/src/main.py index a8b92f5b..71795e4e 100755 --- a/src/main.py +++ b/src/main.py @@ -58,8 +58,11 @@ datefmt = '%H:%M:%S', level = logging.DEBUG ) - logging.debug("===============================================================================") - logging.info( "INFO: Writing to log file '" +str(log_file_path)+ "'" ) + msg = "===============================================================================" + print( msg ); logger.info( msg ) + msg = "INFO: Writing to log file '" +str(log_file_path)+ "'" + print( msg ); logger.info( msg ) + logging.debug( 'BUSKILL_VERSION|' +str(BUSKILL_VERSION)+ '|' ) logging.debug( 'os.environ|' +str(os.environ)+ '|' ) logging.debug( 'sys.argv|' +str(sys.argv)+ '|' ) diff --git a/src/packages/buskill/__init__.py b/src/packages/buskill/__init__.py index b6210681..7ff69389 100644 --- a/src/packages/buskill/__init__.py +++ b/src/packages/buskill/__init__.py @@ -652,7 +652,7 @@ def spawn_root_child(self): self.root_child = dict() self.root_child['io'] = ctypes.c_void_p() - print( "running root_child (" +str(root_child_path)+ ")" ) + print( "running root_child (" +str(exe)+ ")" ) err = sec.AuthorizationExecuteWithPrivileges( auth, exe[0].encode('utf8'),