Skip to content
Snippets Groups Projects
Commit 67bc403c authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

changed a log message

parent ec4b83c4
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ public class MiningApi { ...@@ -56,7 +56,7 @@ public class MiningApi {
try { try {
result = (QueryResult) Await.result(future, timeout.duration()); result = (QueryResult) Await.result(future, timeout.duration());
} catch (Exception e) { } catch (Exception e) {
LOGGER.error("Cannot receive methods list from woken !"); LOGGER.error("Cannot receive algorithm result from woken !");
LOGGER.trace(e.getMessage()); LOGGER.trace(e.getMessage());
return ResponseEntity.status(HttpStatus.SERVICE_UNAVAILABLE).build(); return ResponseEntity.status(HttpStatus.SERVICE_UNAVAILABLE).build();
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment