Added some things that should be logged
This commit is contained in:
parent
b6dfb7c3c3
commit
a8e987f479
4 changed files with 8 additions and 21 deletions
|
|
@ -37,6 +37,7 @@ void testSQLConnection(){
|
|||
mysql_close(sql);
|
||||
} else {
|
||||
printf("Successfully connected to: %s", hostname);
|
||||
logger("SQL Test Successful.");
|
||||
}
|
||||
|
||||
mysql_close(sql);
|
||||
|
|
|
|||
Reference in a new issue