From 0c44723c0834224111db09284218d3104d149b44 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 3 Feb 2009 12:34:41 -0500 Subject: [PATCH] Touch up warning message from stap-client --- stap-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stap-client b/stap-client index ca97375ab..ad3981f06 100755 --- a/stap-client +++ b/stap-client @@ -596,7 +596,7 @@ function find_and_connect_to_server { fi if test `${exec_prefix}stap-find-servers $find_all | grep $address | wc -l` = "0"; then - echo "No server is available on $server" >> $tmpdir_client/connect + warning "No server is available on $server" 2>> $tmpdir_client/connect continue fi -- 2.43.5