minor change on log message
This commit is contained in:
parent
1c509a9870
commit
cb72bd17fc
@ -206,7 +206,10 @@ export class StudyPrefetcher {
|
||||
const getDisplaySets = this[methodName];
|
||||
|
||||
if (!getDisplaySets) {
|
||||
OHIF.log.warn(`Invalid prefetch order configuration (${prefetchOrder})`);
|
||||
if (prefetchOrder) {
|
||||
OHIF.log.warn(`Invalid prefetch order configuration (${prefetchOrder})`);
|
||||
}
|
||||
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user