print to console when existing copy running

This commit is contained in:
Damien Elmes 2013-05-17 14:32:57 +09:00
parent dd9f1c53be
commit e367d04a08

View file

@ -130,6 +130,7 @@ class AnkiApp(QApplication):
self.connect(self._srv, SIGNAL("newConnection()"), self.onRecv)
self._srv.listen(self.KEY)
else:
print "Raising existing window."
# we accept only one command line argument. if it's missing, send
# a blank screen to just raise the existing window
opts, args = parseArgs(self._argv)