/[anubis]/anubis/src/errs.c
ViewVC logotype

Diff of /anubis/src/errs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by polak, Fri Feb 28 20:45:05 2003 UTC revision 1.3 by gray, Sun Apr 6 20:35:51 2003 UTC
# Line 70  anubis_error(int method, char *format, . Line 70  anubis_error(int method, char *format, .
70  }  }
71    
72  void  void
73  socket_error(void)  socket_error(const char *msg)
74  {  {
75          anubis_error(HARD, _("Couldn't write on socket! %s."), strerror(errno));          anubis_error(HARD, _("Couldn't write to socket: %s."),
76                         msg ? msg : strerror(errno));
77          return;          return;
78  }  }
79    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26