summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-02-03 12:34:41 -0500
committerDave Brolley <brolley@redhat.com>2009-02-03 12:34:41 -0500
commit0c44723c0834224111db09284218d3104d149b44 (patch)
tree32cd814e530eb0e98e0edc08da04ed328d6608ff
parentc990eee01ecc5dcb8084dddcb0f69e799a3a3276 (diff)
downloadsystemtap-steved-0c44723c0834224111db09284218d3104d149b44.tar.gz
systemtap-steved-0c44723c0834224111db09284218d3104d149b44.tar.xz
systemtap-steved-0c44723c0834224111db09284218d3104d149b44.zip
Touch up warning message from stap-client
-rwxr-xr-xstap-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-client b/stap-client
index ca97375a..ad3981f0 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