]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.c
Improve log message for snapshot creation.
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index 03ddaf89c1493c10bef79e7c0f36c9180d2410e5..4c068c6c96443f44b15e5c78e5977dad83a4f36d 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -1157,11 +1157,11 @@ static int rename_resume_snap(int64_t creation_time)
        s = find_orphaned_snapshot(&sl);
 out:
        if (s) {
-               DSS_INFO_LOG(("reusing %s snapshot %s\n", why, s->name));
+               DSS_NOTICE_LOG(("recycling %s snapshot %s\n", why, s->name));
                ret = dss_rename(s->name, new_name);
        }
        if (ret >= 0)
-               DSS_NOTICE_LOG(("creating new snapshot %s\n", new_name));
+               DSS_NOTICE_LOG(("creating %s\n", new_name));
        free(new_name);
        free_snapshot_list(&sl);
        return ret;