summaryrefslogtreecommitdiffstats
path: root/fish/fish.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/fish.c')
-rw-r--r--fish/fish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/fish.c b/fish/fish.c
index 461f55b8..13f1e990 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -547,6 +547,8 @@ static int
launch (void)
{
if (guestfs_is_config (g)) {
+ if (isatty (0))
+ printf (_("guestfish: wait a moment while we launch libguestfs ...\n"));
if (guestfs_launch (g) == -1)
return -1;
}