Index: /trunk/Nebulous/nebclient/src/nebclient.c
===================================================================
--- /trunk/Nebulous/nebclient/src/nebclient.c	(revision 4523)
+++ /trunk/Nebulous/nebclient/src/nebclient.c	(revision 4524)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.c,v 1.22 2005-07-09 00:02:20 jhoblitt Exp $
+ * $Id: nebclient.c,v 1.23 2005-07-09 00:05:40 jhoblitt Exp $
  */
 
@@ -295,5 +295,5 @@
 
     if (n < 0) {
-        fprintf(stderr, "no instances found\n");
+        nebSetErr(server, "no instances found");
 
         return false;
@@ -301,7 +301,6 @@
 
     for (i = 0; i < n; i++) {
-        printf("nebDelete location is: %s\n", locations[i]);
-
         if (!nebDeleteInstance(server, locations[i])) {
+            nebSetErr(server, "can not delete instance");
             nebFree(locations);
 
@@ -371,5 +370,5 @@
 
     if (!nebParseURI(server, URI, &filename)) {
-        fprintf(stderr, "can not parse URI\n");
+        nebSetErr(server, "can not parse URI");
 
         return false;
