diff --git a/ef-api/controllers/mysqlproperty.js b/ef-api/controllers/mysqlproperty.js index 6074f8e..ccdeabc 100644 --- a/ef-api/controllers/mysqlproperty.js +++ b/ef-api/controllers/mysqlproperty.js @@ -22,7 +22,7 @@ const db = mysql.createConnection({ // Connect to MySQL database db.connect((err) => { if (err) { - console.error("Database connection failed: " + err.stack); + console.error("MYSQL Database connection failed: " + err.stack); return; } console.log("Connected to the MYSQL database.");