We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5ac8f commit fb17c9aCopy full SHA for fb17c9a
1 file changed
Tools/Daemons/hvsnapshotd/hvsnapshotd.c
@@ -299,8 +299,7 @@ static IOReturn freezeThawMountedFilesystems(UInt32 type) {
299
// Thaw filesystem.
300
//
301
} else if (type == kHyperVSnapshotUserClientNotificationTypeThaw) {
302
- status = freezeThawFilesystem(mountList[i].f_mntonname, F_THAW_FS);
303
- HVDBGLOG(stdout, "Thaw status: 0x%X", status);
+ freezeThawFilesystem(mountList[i].f_mntonname, F_THAW_FS);
304
}
305
306
0 commit comments