Skip to content

Commit

Permalink
debug msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 6, 2019
1 parent 608f050 commit 515919d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/auth/basic/qgsauthbasicmethod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ bool QgsAuthBasicMethod::updateDataSourceUriItems( QStringList &connectionItems,
{
caparam = "sslrootcert='" + caFilePath + "'";
}
qWarning() << caparam;
}

// Branch for OGR
Expand Down Expand Up @@ -282,6 +283,7 @@ bool QgsAuthBasicMethod::updateDataSourceUriItems( QStringList &connectionItems,
else
{
connectionItems.append( caparam );
qWarning() << QStringLiteral( "Connection items after appending" ).arg( connectionItems.join( "&" ) );
}
}
}
Expand Down

0 comments on commit 515919d

Please sign in to comment.