We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59da77e commit 1dc7157Copy full SHA for 1dc7157
ocaml/xenops/xenops_server_xen.ml
@@ -1083,7 +1083,7 @@ module VM = struct
1083
debug "VM = %s; domid = %d; Domain.Not_enough_memory. Needed: %Ld bytes" vm.Vm.id domid m;
1084
raise (Not_enough_memory m)
1085
| e ->
1086
- let m = Printf.sprintf "VM = %s; domid = %d; Bootloader error: %s" vm.Vm.id domid (Printexc.to_string e) in
+ let m = Printf.sprintf "VM = %s; domid = %d; Error: %s" vm.Vm.id domid (Printexc.to_string e) in
1087
debug "%s" m;
1088
raise e
1089
0 commit comments