diff options
Diffstat (limited to 'VolumeManager.cpp')
| -rw-r--r-- | VolumeManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VolumeManager.cpp b/VolumeManager.cpp index 2697f672..d2995938 100644 --- a/VolumeManager.cpp +++ b/VolumeManager.cpp @@ -239,7 +239,7 @@ void VolumeManager::handleBlockEvent(NetlinkEvent* evt) { break; } case NetlinkEvent::Action::kChange: { - LOG(DEBUG) << "Disk at " << major << ":" << minor << " changed"; + LOG(VERBOSE) << "Disk at " << major << ":" << minor << " changed"; handleDiskChanged(device); break; } |
