forked from pool/supermin
Olaf Hering
c79838b1ea
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=51
12 lines
423 B
Diff
12 lines
423 B
Diff
--- a/src/format_ext2_kernel.ml
|
|
+++ b/src/format_ext2_kernel.ml
|
|
@@ -221,7 +221,7 @@ and get_kernel_version debug kernel_file
|
|
if debug >= 1 then printf " = %s (from filename)\n%!" version;
|
|
Some version
|
|
) else (
|
|
- if debug >= 1 then printf " = error, no modpath\n%!";
|
|
+ if debug >= 1 then printf " = error, no modpath for version %s \n%!" version;
|
|
None
|
|
)
|
|
)
|