From: Richard Jones Date: Sat, 8 May 2010 08:45:19 +0000 (+0100) Subject: Revert "fish: Add 'please wait' message when launching (and interactive)." X-Git-Tag: 1.3.11~3 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=214a803ac571376d9862b100155f4ac08b4ff86f Revert "fish: Add 'please wait' message when launching (and interactive)." This reverts commit 01fedcde05c930c1413e9fe0909fa1da1f360cdf. --- diff --git a/fish/fish.c b/fish/fish.c index 13f1e99..461f55b 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -547,8 +547,6 @@ 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; }