Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-07-29 16:20:59 +01:00
5 changed files with 79 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ namespace OpenSim.Framework.Console
// (Done with no echo and suitable for passwords)
public string PasswdPrompt(string p)
{
return ReadLine(p, false, false);
return ReadLine(String.Format("{0}: ", p), false, false);
}
public virtual string ReadLine(string p, bool isCommand, bool e)