~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Monty Taylor
  • Date: 2008-09-16 06:40:44 UTC
  • mfrom: (390.1.7 client-split)
  • Revision ID: monty@inaugust.com-20080916064044-vbgmaf36cvm8jufx
Merged in from client-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
        {
262
262
          fprintf(stderr,_("Check that drizzled is running on %s"),host);
263
263
          fprintf(stderr,_(" and that the port is %d.\n"),
264
 
          tcp_port ? tcp_port: drizzle_port);
 
264
          tcp_port ? tcp_port: drizzle_get_default_port());
265
265
          fprintf(stderr,_("You can check this by doing 'telnet %s %d'\n"),
266
 
                  host, tcp_port ? tcp_port: drizzle_port);
 
266
                  host, tcp_port ? tcp_port: drizzle_get_default_port());
267
267
        }
268
268
      }
269
269
      return 1;