Changeset 4524 for trunk/Nebulous/nebclient
- Timestamp:
- Jul 8, 2005, 2:05:40 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r4523 r4524 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1.2 2 2005-07-09 00:02:20 jhoblitt Exp $6 * $Id: nebclient.c,v 1.23 2005-07-09 00:05:40 jhoblitt Exp $ 7 7 */ 8 8 … … 295 295 296 296 if (n < 0) { 297 fprintf(stderr, "no instances found\n");297 nebSetErr(server, "no instances found"); 298 298 299 299 return false; … … 301 301 302 302 for (i = 0; i < n; i++) { 303 printf("nebDelete location is: %s\n", locations[i]);304 305 303 if (!nebDeleteInstance(server, locations[i])) { 304 nebSetErr(server, "can not delete instance"); 306 305 nebFree(locations); 307 306 … … 371 370 372 371 if (!nebParseURI(server, URI, &filename)) { 373 fprintf(stderr, "can not parse URI\n");372 nebSetErr(server, "can not parse URI"); 374 373 375 374 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
