summaryrefslogtreecommitdiffstats
path: root/src/shutdown/detach-dm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shutdown/detach-dm.c')
-rw-r--r--src/shutdown/detach-dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/detach-dm.c b/src/shutdown/detach-dm.c
index 8b8f72d..f6f672c 100644
--- a/src/shutdown/detach-dm.c
+++ b/src/shutdown/detach-dm.c
@@ -132,7 +132,7 @@ static int dm_points_list_detach(DeviceMapper **head, bool *changed, bool last_t
if ((major(rootdev) != 0 && rootdev == m->devnum) ||
(major(usrdev) != 0 && usrdev == m->devnum)) {
log_debug("Not detaching DM %s that backs the OS itself, skipping.", m->path);
- n_failed ++;
+ n_failed++;
continue;
}