Skip to content

Commit 515919d

Browse files
committedJun 6, 2019
debug msgs
1 parent 608f050 commit 515919d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/auth/basic/qgsauthbasicmethod.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ bool QgsAuthBasicMethod::updateDataSourceUriItems( QStringList &connectionItems,
127127
{
128128
caparam = "sslrootcert='" + caFilePath + "'";
129129
}
130+
qWarning() << caparam;
130131
}
131132

132133
// Branch for OGR
@@ -282,6 +283,7 @@ bool QgsAuthBasicMethod::updateDataSourceUriItems( QStringList &connectionItems,
282283
else
283284
{
284285
connectionItems.append( caparam );
286+
qWarning() << QStringLiteral( "Connection items after appending" ).arg( connectionItems.join( "&" ) );
285287
}
286288
}
287289
}

0 commit comments

Comments
 (0)
Please sign in to comment.