Skip to content

Commit 8a09c95

Browse files
Formatted code
1 parent 414da05 commit 8a09c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/authsync.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void AuthSync::importAuth()
3131
bool isSet = mAuthMngr->setMasterPassword( true );
3232
if ( !isSet )
3333
{
34-
CoreUtils::log("AuthSync manager", "Master password is not set. Could not import auth config." );
34+
CoreUtils::log( "AuthSync manager", "Master password is not set. Could not import auth config." );
3535
QString userMsg = "Could not import authentication configuration for the protected layer(s). Set the master password and reload the project if you want to access the protected layer(s).";
3636
QMessageBox::warning( nullptr, "Could not load protected layer", userMsg, QMessageBox::Close );
3737

0 commit comments

Comments
 (0)