Changeset: b963076e05bd for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b963076e05bd
Modified Files:
clients/src/mapiclient/stethoscope.c
Branch: Oct2010
Log Message:
just tell nothing was found, instead of silently exiting
diffs (13 lines):
diff -r 1a52874121be -r b963076e05bd clients/src/mapiclient/stethoscope.c
--- a/clients/src/mapiclient/stethoscope.c Thu Sep 16 15:52:27 2010 +0200
+++ b/clients/src/mapiclient/stethoscope.c Thu Sep 16 15:54:27 2010 +0200
@@ -462,6 +462,9 @@
walk = walk->next = malloc(sizeof(wthread));
}
walk->next = NULL;
+ } else {
+ fprintf(stderr, "%s: no databases found for '%s'\n",
+ argv[0], dbname);
}
free(oalts);
for (walk = thds; walk != NULL; walk = walk->next) {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list