]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.c
find_orphaned_snapshot(): Improve log message.
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index 16ce8260b18b18e7f5926100c1a788313eaa5688..22a350a478bb9d48c67dca9487e15145bb11c8fe 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -516,7 +516,7 @@ static struct snapshot *find_orphaned_snapshot(struct snapshot_list *sl)
        struct snapshot *s;
        int i;
 
-       DSS_DEBUG_LOG(("looking for orphaned snapshots\n"));
+       DSS_DEBUG_LOG(("looking for old incomplete snapshots\n"));
        FOR_EACH_SNAPSHOT(s, i, sl) {
                if (snapshot_is_being_created(s))
                        continue;