From 504b313112be6a82d6eee418ae059646ecfc4b30 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sat, 26 Dec 2009 20:18:11 +0100 Subject: fixed ddl-music, cleaned up, new status (starting), some more fixes --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 pyLoadCore.py (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py old mode 100644 new mode 100755 index c5bf7ed0a..7cf83389e --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -522,6 +522,6 @@ if __name__ == "__main__": pyload_core.start() except KeyboardInterrupt: pyload_core.shutdown() - pyload_core.logger.info("killed pyLoad by Terminal") + pyload_core.logger.info("killed pyLoad from Terminal") exit() -- cgit v1.2.3