summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2011-02-05 19:20:33 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2011-02-05 19:20:33 +0100
commitbe4cb66e437922357f2583d946242bf99190dad1 (patch)
tree5f1c72eb20a9d2695d722e5cc97d52be2928eb5f /pyLoadCore.py
parentfixes (diff)
downloadpyload-be4cb66e437922357f2583d946242bf99190dad1.tar.xz
update notice
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 875f0061e..d9c451002 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -314,6 +314,8 @@ class Core(object):
if self.config.oldRemoteData:
self.log.info(_("Moving old user config to DB"))
self.db.addUser(self.config.oldRemoteData["username"], self.config.oldRemoteData["password"])
+
+ self.log.info(_("Please check your logindata with ./pyLoadCore.py -u"))
self.requestFactory = RequestFactory(self)
__builtin__.pyreq = self.requestFactory