Skip to content

Commit d7db758

Browse files
committed
Debug
1 parent 49ef810 commit d7db758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cs/src/cs_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ check_db_connection(
7171
ok;
7272
{error, Reason} ->
7373
logger:error("DB connection check failed, reason: ~p, db_opts: ~p", [Reason, DbOpts]),
74-
error({db_connection_failed, Reason})
74+
error({db_connection_failed, Reason, DbOpts})
7575
end.
7676

7777
get_handlers() ->

0 commit comments

Comments
 (0)