forked from j62/ctbrec
Improve log statement
This commit is contained in:
parent
4e1c7f7189
commit
b4b3e7e910
|
@ -138,7 +138,7 @@ public class LocalRecorder implements Recorder {
|
|||
try {
|
||||
download.start(model, config);
|
||||
} 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();
|
||||
|
|
Loading…
Reference in New Issue