From e78aa4d77a7c558dbdcdb51f78545b38e36b4d36 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 23 Mar 2007 08:11:46 +0000 Subject: 20070323-0810 --- appl/cmd/ndb/registry.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd') 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); -- cgit v1.2.3