Changeset 113 for trunk


Ignore:
Timestamp:
Jul 22, 2007, 10:50:32 AM (17 years ago)
Author:
rainer
Message:

Reduce priority of "Connection reset by peer" (fix for ticket #70).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r111 r113  
    112.3.6:
     2        * sh_cat.c: reduce priority of MSG_TCP_RESET to avoid spamming if
     3          port checking is used on same host as server (reported by kadafax)
     4        * Install.sh: don't use --separate-output with non-checklist
     5          widgets (problem discovered by D. Denton)
    26        * sh_gpg.c, sh_userfiles.c: use sh_getpwnam et al. wrappers
    37
  • trunk/src/sh_cat.c

    r78 r113  
    228228  { MSG_TCP_ILL,     SH_ERR_SEVERE,  TCP,   N_("msg=\"Restart without prior exit\" host=\"%s\"")},
    229229  { MSG_TCP_SYNC,    SH_ERR_SEVERE,  TCP,   N_("msg=\"Out of sync\" host=\"%s\"")},
    230   { MSG_TCP_RESET,   SH_ERR_SEVERE,  TCP,   N_("msg=\"Connection reset by peer\" host=\"%s\"")},
     230  { MSG_TCP_RESET,   SH_ERR_NOTICE,  TCP,   N_("msg=\"Connection reset by peer\" host=\"%s\"")},
    231231  { MSG_TCP_CNEW,    SH_ERR_INFO,    TCP,   N_("msg=\"New connection\" socket_id=\"%d\"")},
    232232  { MSG_E_HTML,      SH_ERR_ERR,     ERR,   N_("msg=\"Error writing HTML status\"")},
     
    542542  { MSG_TCP_ILL,     SH_ERR_SEVERE,  TCP,   N_("msg=<Restart without prior exit>, client=<%s>")},
    543543  { MSG_TCP_SYNC,    SH_ERR_SEVERE,  TCP,   N_("msg=<Out of sync>, client=<%s>")},
    544   { MSG_TCP_RESET,   SH_ERR_SEVERE,  TCP,   N_("msg=<Connection reset by peer>, client=<%s>")},
     544  { MSG_TCP_RESET,   SH_ERR_NOTICE,  TCP,   N_("msg=<Connection reset by peer>, client=<%s>")},
    545545  { MSG_TCP_CNEW,    SH_ERR_INFO,    TCP,   N_("msg=<New connection>, socket_id=<%d>")},
    546546  { MSG_E_HTML,      SH_ERR_ERR,     ERR,   N_("msg=<Error writing HTML status>")},
Note: See TracChangeset for help on using the changeset viewer.