public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] emacs r1170 - emacs-daemon
@ 2008-12-07  1:07 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-12-07  1:07 UTC (permalink / raw
  To: gentoo-commits

Author: ulm
Date: 2008-12-07 01:07:01 +0000 (Sun, 07 Dec 2008)
New Revision: 1170

Modified:
   emacs-daemon/emacs-wrapper.sh
Log:
Fix error message.

Modified: emacs-daemon/emacs-wrapper.sh
===================================================================
--- emacs-daemon/emacs-wrapper.sh	2008-12-07 00:44:05 UTC (rev 1169)
+++ emacs-daemon/emacs-wrapper.sh	2008-12-07 01:07:01 UTC (rev 1170)
@@ -13,7 +13,7 @@
     timeout=$((${timeout} - 1))
 done
 
-echo "Timeout while waiting for \"${EMACS} $@\" to detach" 1>&2
+echo "${0##*/}: timeout waiting for \"${EMACS} $@\" to detach" 1>&2
 pkill -P ${pid}
 kill ${pid} 2>/dev/null
 exit 1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-07  1:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07  1:07 [gentoo-commits] emacs r1170 - emacs-daemon Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox