aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Console/ConsoleBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs
index 1a29055..829d6c7 100644
--- a/OpenSim/Framework/Console/ConsoleBase.cs
+++ b/OpenSim/Framework/Console/ConsoleBase.cs
@@ -299,6 +299,7 @@ namespace OpenSim.Framework.Console
299 public string PasswdPrompt(string prompt) 299 public string PasswdPrompt(string prompt)
300 { 300 {
301 // FIXME: Needs to be better abstracted 301 // FIXME: Needs to be better abstracted
302 System.Console.WriteLine(String.Format("{0}: ", prompt));
302 ConsoleColor oldfg = System.Console.ForegroundColor; 303 ConsoleColor oldfg = System.Console.ForegroundColor;
303 System.Console.ForegroundColor = System.Console.BackgroundColor; 304 System.Console.ForegroundColor = System.Console.BackgroundColor;
304 string temp = System.Console.ReadLine(); 305 string temp = System.Console.ReadLine();