You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/webserver/database/execute_queries.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ async fn take_connection<'a>(
251
251
Err(e) => {
252
252
let db_name = db.connection.any_kind();
253
253
let active_count = db.connection.size();
254
-
let err_msg = format!("Unable to acquire a {db_name:?} database connection to execute the SQL file. The connection pool currently has {active_count} active connections.");
254
+
let err_msg = format!("Unable to connect to {db_name:?}. The connection pool currently has {active_count} active connections.");
0 commit comments