X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dss.c;h=57abf0248ad7b493248e7690a3452cc4927a8a1b;hb=a4544b07746d58815d78c4f1213ccdb96d256919;hp=e0b38a4d8bc2ed9f692878420424d8b680447c7c;hpb=e22eda4676173486ab4a50909b0a581a1d798503;p=dss.git diff --git a/dss.c b/dss.c index e0b38a4..57abf02 100644 --- a/dss.c +++ b/dss.c @@ -729,6 +729,7 @@ static int try_to_free_disk_space(void) if (!low_disk_space) goto out; DSS_WARNING_LOG(("disk space low and nothing obvious to remove\n")); + why = "oldest"; victim = find_oldest_removable_snapshot(&sl); if (victim) goto remove; @@ -1744,7 +1745,7 @@ static void show_subcommand_summary(void) for (i = 1; (cmd = lls_cmd(i, dss_suite)); i++) { const char *name = lls_command_name(cmd); const char *purpose = lls_purpose(cmd); - printf("%-10s%s\n", name, purpose); + printf("%-11s%s\n", name, purpose); } exit(EXIT_SUCCESS); }