mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
This allows us to easily see from trace output (‘virt-diff -x’) which handle is being used for each call. Otherwise you get meaningless output such as: libguestfs: trace: download "/Windows/WindowsUpdate.log" "/tmp/virtdiffy9m5YW/a" libguestfs: trace: download = 0 libguestfs: trace: download "/Windows/WindowsUpdate.log" "/tmp/virtdiffy9m5YW/b" libguestfs: trace: download = 0 Thanks: Xiang Hua Chen