diff --git a/test.cpp b/test.cpp index 86e9a19..e1fd22c 100644 --- a/test.cpp +++ b/test.cpp @@ -42,7 +42,7 @@ void loop() { // Check if there was an error if(result.getError() != "") { - Serial.print("Query result error: "); + Serial.print("There's an error in the query: "); Serial.println(result.getError()); }