File: info-connected

package info (click to toggle)
postgresql-mysql-fdw 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 234
  • sloc: ansic: 3,391; sql: 65; makefile: 52; sh: 31
file content (11 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/connection.c
+++ b/connection.c
@@ -213,7 +213,7 @@ mysql_connect(
 			));
 
 	// useful for verifying that the connection's secured
-	elog(INFO,
+	elog(DEBUG1,
 		"Successfully connected to MySQL database %s "
 		"at server %s with cipher %s "
 		"(server version: %s, protocol version: %d) ",