summaryrefslogtreecommitdiff
path: root/appl
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-03-23 08:11:46 +0000
committerCharles.Forsyth <devnull@localhost>2007-03-23 08:11:46 +0000
commite78aa4d77a7c558dbdcdb51f78545b38e36b4d36 (patch)
tree79287469e86a323b0e6d93f8ca1ba81a234a425b /appl
parentfa7a3b619d233eb020ef07941dd3c9697474baaf (diff)
20070323-0810
Diffstat (limited to 'appl')
-rw-r--r--appl/cmd/ndb/registry.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/ndb/registry.b b/appl/cmd/ndb/registry.b
index 7c6b8a88..540c556b 100644
--- a/appl/cmd/ndb/registry.b
+++ b/appl/cmd/ndb/registry.b
@@ -179,7 +179,7 @@ Serve:
err := "";
pick m := gm {
Readerror =>
- error(sys->sprint("fatal read error: %s\n", m.error));
+ sys->fprint(sys->fildes(2), "registry: styx read error: %s\n", m.error);
break Serve;
Open =>
(fid, nil, nil, e) := srv.canopen(m);