Skip to content

Commit e44f94c

Browse files
gavinkingsebersole
andauthored
Update hibernate-core/src/main/java/org/hibernate/boot/model/process/internal/ScanningCoordinator.java
Co-authored-by: Steve Ebersole <[email protected]>
1 parent 3b81019 commit e44f94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/boot/model/process/internal/ScanningCoordinator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private static Scanner buildScanner(BootstrapContext bootstrapContext, ClassLoad
103103
return scanner;
104104
}
105105
else {
106-
log.debug("No ScannerFactory available; add 'hibernate-scan-jandex' dependency to enable scanning");
106+
log.debug("No ScannerFactory available; add 'hibernate-scan-jandex' dependency or supply a custom ScannerFactory to enable scanning");
107107
return new DisabledScanner();
108108
}
109109
}

0 commit comments

Comments
 (0)