~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/errmsg.c

  • Committer: Andrew Hutchings
  • Date: 2008-12-17 01:34:11 UTC
  • mto: (968.2.19 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: linuxjedi@linuxjedi-laptop-20081217013411-typy3ctzl27c5l17
Show port number in "Can't connect to Drizzle server host" error message

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  N_("Unknown Drizzle error"),
28
28
  N_("Can't create UNIX socket (%d)"),
29
29
  N_("Can't connect to local Drizzle server through socket '%-.100s' (%d)"),
30
 
  N_("Can't connect to Drizzle server on '%-.100s' (%d)"),
 
30
  N_("Can't connect to Drizzle server on '%-.100s:%lu' (%d)"),
31
31
  N_("Can't create TCP/IP socket (%d)"),
32
32
  N_("Unknown Drizzle server host '%-.100s' (%d)"),
33
33
  N_("Drizzle server has gone away"),