diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-05 00:19:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-05 00:19:55 +0200 |
| commit | a3ab919a0894a11f1d04125b635030b6f34e67bd (patch) | |
| tree | 7b4a59665fa6484e82e5b30f161aeeff2ee3ee14 | |
| parent | f6ad8f0a2acae27196640a999440ed22abf5345b (diff) | |
Remove some debugging code.
| -rw-r--r-- | src/lib/cross_windows.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index d732e9fe5..606c59f9b 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -578,7 +578,7 @@ Drive::get () bool Drive::unmount () { - LOG_DISK("Unmounting %1 with %2 mount points XXX! MMMYEAH!", _device, _mount_points.size()); + LOG_DISK("Unmounting %1 with %2 mount points", _device, _mount_points.size()); DCPOMATIC_ASSERT (_mount_points.size() == 1); string const device_name = String::compose ("\\\\.\\%1", _mount_points.front()); string const truncated = device_name.substr (0, device_name.length() - 1); |
