From aa40fb7a7d8b4965bdc3de970e5c1c466e79b4e4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 4 Oct 2021 17:48:54 +0100 Subject: [PATCH] mg-allocate: feasibility check: print a reassuring message Signed-off-by: Ian Jackson --- mg-allocate | 1 + 1 file changed, 1 insertion(+) diff --git a/mg-allocate b/mg-allocate index 7dc2c76..e700be1 100755 --- a/mg-allocate +++ b/mg-allocate @@ -393,6 +393,7 @@ sub execute (;$) { if ($dryrun) { db_retry_abort(); + logm("allocation feasible in principle (subject to planning)"); return; } if (!$allok) { -- 2.39.5