From 32d2cd57c12aa2f173df6a833c1041b07fd12066 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 10 Jul 2013 02:30:26 -0400 Subject: [PATCH] admin: Add a warm fuzzy message to deploy about transactions Since it sounds cool and stuff. --- src/ostree/ot-admin-deploy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ostree/ot-admin-deploy.c b/src/ostree/ot-admin-deploy.c index 5382275b..f77a73a7 100644 --- a/src/ostree/ot-admin-deploy.c +++ b/src/ostree/ot-admin-deploy.c @@ -1211,6 +1211,8 @@ ot_admin_deploy (GFile *sysroot, } } + g_print ("Transaction complete, performing cleanup\n"); + /* TEMPORARY HACK: Add a "current" symbolic link that's easy to * follow inside the gnome-ostree build scripts. This isn't atomic, * but that doesn't matter because it's only used by deployments