Author: andar

Revision: 5292

Log:
        Add some more information to the error message when trying to run 
multiple daemons

Diff:
Modified: trunk/deluge/main.py
===================================================================
--- trunk/deluge/main.py        2009-05-20 16:11:54 UTC (rev 5291)
+++ trunk/deluge/main.py        2009-05-20 16:53:32 UTC (rev 5292)
@@ -194,6 +194,8 @@
         Daemon(options, args)
     except deluge.error.DaemonRunningError, e:
         log.error(e)
+        log.error("You cannot run multiple daemons with the same config 
directory set.")
+        log.error("If you believe this is an error, you can force a start by 
deleting %s.", deluge.configmanager.get_config_dir("deluged.pid"))
         sys.exit(1)
     except Exception, e:
         log.exception(e)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to