Added some things that should be logged

This commit is contained in:
netbenixcn 2020-06-03 09:21:46 +02:00
parent b6dfb7c3c3
commit a8e987f479
4 changed files with 8 additions and 21 deletions

View file

@ -37,6 +37,7 @@ void testSQLConnection(){
mysql_close(sql);
} else {
printf("Successfully connected to: %s", hostname);
logger("SQL Test Successful.");
}
mysql_close(sql);