forked from Qortal/qortal
Fixed logging error.
This commit is contained in:
parent
b592aa6a02
commit
2c382f3d3f
@ -125,7 +125,7 @@ public class ArbitraryDataRenderer {
|
||||
}
|
||||
}
|
||||
} catch (IOException e) {
|
||||
LOGGER.info("Unable to serve file at path: {}", inPath, e.getMessage());
|
||||
LOGGER.info("Unable to serve file at path {}: {}", inPath, e.getMessage());
|
||||
}
|
||||
|
||||
return ArbitraryDataRenderer.getResponse(response, 404, "Error 404: File Not Found");
|
||||
|
Loading…
Reference in New Issue
Block a user