← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 309: Change error acquiring name to descriptive string like in Python.

 

------------------------------------------------------------
revno: 309
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
branch nick: bluebird
timestamp: Thu 2011-10-13 15:14:29 +0200
message:
  Change error acquiring name to descriptive string like in Python.
modified:
  src/zeitgeist-daemon.vala


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/zeitgeist-daemon.vala'
--- src/zeitgeist-daemon.vala	2011-10-13 09:02:06 +0000
+++ src/zeitgeist-daemon.vala	2011-10-13 13:14:29 +0000
@@ -364,7 +364,8 @@
                 }
                 else
                 {
-                    critical ("Could not aquire name");
+                    critical ("An existing instance was found. Please use " +
+                        "--replace to stop it and start a new instance.");
                     Posix.exit (10);
                 }
             }