Improve log statement
This commit is contained in:
parent
4e1c7f7189
commit
b4b3e7e910
|
@ -138,7 +138,7 @@ public class LocalRecorder implements Recorder {
|
||||||
try {
|
try {
|
||||||
download.start(model, config);
|
download.start(model, config);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("Download failed. Download alive: {}", download.isAlive(), e);
|
LOG.error("Download for {} failed. Download alive: {}", model.getName(), download.isAlive(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.start();
|
}.start();
|
||||||
|
|
Loading…
Reference in New Issue