Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ocaml/xcp-rrdd/bin/rrdp-iostat/rrdp_iostat.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ let update_vdi_to_vm_map () =
xs.Xs.read (Printf.sprintf "%s/sm-data/vdi-uuid" vbd)
in
let device = xs.Xs.read (Printf.sprintf "%s/dev" vbd) in
D.info "Found VDI %s at device %s in VM %s, device id %d"
D.debug "Found VDI %s at device %s in VM %s, device id %d"
vdi device vm devid ;
Some (vdi, (vm, device, devid))
with Xs_protocol.Enoent _ ->
Expand Down Expand Up @@ -456,7 +456,7 @@ let exec_tap_ctl_list () : ((string * string) * int) list =
| None ->
()
| Some reason ->
D.info "Updating VDI-to-VM map because %s" reason ;
D.debug "Updating VDI-to-VM map because %s" reason ;
update_vdi_to_vm_map ()
) ;
previous_map := pid_and_minor_to_sr_and_vdi ;
Expand Down