X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=dss.c;h=22a350a478bb9d48c67dca9487e15145bb11c8fe;hb=d5c05d096cdafcde85ad5400c480010efc212445;hp=16ce8260b18b18e7f5926100c1a788313eaa5688;hpb=e5a213c283a82befda5aad1af69d68c8c1437be3;p=dss.git diff --git a/dss.c b/dss.c index 16ce826..22a350a 100644 --- 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;