Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-18 11:13:01 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-08-18 11:13:01 +0300
commit8411df4afcf251290d183c49d09092ea3e5a67bd (patch)
tree20918b5b088e3de24fb0f24814b3feb82fd3c65a
parent7d6fdc22992a4d4bc0fd2d016bac9ebf300fb989 (diff)
Log when credential migration is started
-rw-r--r--src/libsync/creds/httpcredentials_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsync/creds/httpcredentials_p.h b/src/libsync/creds/httpcredentials_p.h
index 966dc6eb5..779b4b4fd 100644
--- a/src/libsync/creds/httpcredentials_p.h
+++ b/src/libsync/creds/httpcredentials_p.h
@@ -78,6 +78,7 @@ public:
void fetchFromKeychainHelper()
{
+ qCInfo(lcHttpLegacyCredentials) << "Started migration of < 2.8 credentials to 2.9+";
slotReadPasswordFromKeychain();
}