Menu

#9 The printed name of the servers

closed
nobody
None
5
2004-10-27
2003-01-05
No

Hi,

how about to see more then one 'char' from the servername?

I have add these in 'server.cc':

- shortname=alias[0];
+ shortname.append(alias,0,alias.size()/2);

What does you think about this, with some 'length' tests?

al ;-)

Discussion

  • Matthew Mueller

    Matthew Mueller - 2003-01-06

    Logged In: YES
    user_id=65253

    I'm not sure about going overboard trying to decide how best
    to shorten the name, since its probably different for
    everyone. If 1 char isn't enough you can always specify
    your own shortname option in the config file. Also the
    shortnames are specifically supposed to be very short, so
    that test_multiserver=short doesn't gobble too much screen
    space.

     
  • Matthew Mueller

    Matthew Mueller - 2004-10-27
    • status: open --> closed
     
  • Matthew Mueller

    Matthew Mueller - 2004-10-27

    Logged In: YES
    user_id=65253

    Closing old reports. If you disagree, feel free to reopen.

     

Log in to post a comment.