From 3c2c74d469d356251e78c7d771b1cb8c1ad49c9c Mon Sep 17 00:00:00 2001 From: LautaroGalantini Date: Wed, 3 Aug 2022 10:18:19 -0300 Subject: [PATCH] error print change --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }