diff options
author | Melanie | 2010-07-24 23:15:38 +0100 |
---|---|---|
committer | Melanie | 2010-07-24 23:15:38 +0100 |
commit | a9b7774fe0be37002edd738a224eed25548fde59 (patch) | |
tree | 9a50c9928d22477577b8f214e322012969de4887 /OpenSim | |
parent | Fix some inventory issues (diff) | |
parent | remove compile.bat from a created binary distribution (diff) | |
download | opensim-SC-a9b7774fe0be37002edd738a224eed25548fde59.zip opensim-SC-a9b7774fe0be37002edd738a224eed25548fde59.tar.gz opensim-SC-a9b7774fe0be37002edd738a224eed25548fde59.tar.bz2 opensim-SC-a9b7774fe0be37002edd738a224eed25548fde59.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim')
-rwxr-xr-x | OpenSim/Framework/Console/ConsoleBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index b70d1db..aab920b 100755 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs | |||
@@ -118,7 +118,7 @@ namespace OpenSim.Framework.Console | |||
118 | // (Done with no echo and suitable for passwords) | 118 | // (Done with no echo and suitable for passwords) |
119 | public string PasswdPrompt(string p) | 119 | public string PasswdPrompt(string p) |
120 | { | 120 | { |
121 | return ReadLine(p, false, false); | 121 | return ReadLine(String.Format("{0}: ", p), false, false); |
122 | } | 122 | } |
123 | 123 | ||
124 | public virtual string ReadLine(string p, bool isCommand, bool e) | 124 | public virtual string ReadLine(string p, bool isCommand, bool e) |