Skip to content

Commit dea47f6

Browse files
committed
more info on exception
1 parent dc76219 commit dea47f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/PostgreSQL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ AuthInfo PostgreSQL::getSSOAuthInfo(const nlohmann::json &member, const std::str
517517

518518
_pool->unborrow(c);
519519
} catch (std::exception &e) {
520-
fprintf(stderr, "ERROR: Error updating member on load: %s\n", e.what());
520+
fprintf(stderr, "ERROR: Error updating member on load for network %s: %s\n", networkId.c_str(), e.what());
521521
}
522522

523523
return info; //std::string(authenticationURL);

0 commit comments

Comments
 (0)