diff options
author | Dalien Talbot | 2008-02-18 23:31:48 +0000 |
---|---|---|
committer | Dalien Talbot | 2008-02-18 23:31:48 +0000 |
commit | 75fe826d571b7f2085206736ffc6c7fd010f92a3 (patch) | |
tree | e8d87e3da4bc64f16a6d12c6cd64d10a959bf4bd | |
parent | Committing ahzz's patch #619 - Description: (diff) | |
download | opensim-SC_OLD-75fe826d571b7f2085206736ffc6c7fd010f92a3.zip opensim-SC_OLD-75fe826d571b7f2085206736ffc6c7fd010f92a3.tar.gz opensim-SC_OLD-75fe826d571b7f2085206736ffc6c7fd010f92a3.tar.bz2 opensim-SC_OLD-75fe826d571b7f2085206736ffc6c7fd010f92a3.tar.xz |
A bit more prominent sign of start up completion :-) thanks HashBox for the ASCII!
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 15 | ||||
-rw-r--r-- | bin/startuplogo.txt | 31 |
2 files changed, 46 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index dff095b..bc271dc 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -391,6 +391,7 @@ namespace OpenSim | |||
391 | } | 391 | } |
392 | 392 | ||
393 | // We are done with startup | 393 | // We are done with startup |
394 | PrintFileToConsole("startuplogo.txt"); | ||
394 | m_log.Info("[STARTUP]: Startup complete, serving " + m_udpServers.Count.ToString() + " region(s)"); | 395 | m_log.Info("[STARTUP]: Startup complete, serving " + m_udpServers.Count.ToString() + " region(s)"); |
395 | } | 396 | } |
396 | 397 | ||
@@ -647,6 +648,20 @@ namespace OpenSim | |||
647 | } | 648 | } |
648 | } | 649 | } |
649 | 650 | ||
651 | private void PrintFileToConsole(string fileName) | ||
652 | { | ||
653 | if (File.Exists(fileName)) | ||
654 | { | ||
655 | StreamReader readFile = File.OpenText(fileName); | ||
656 | string currentLine = String.Empty; | ||
657 | while ((currentLine = readFile.ReadLine()) != null) | ||
658 | { | ||
659 | m_log.Info("[!]" + currentLine); | ||
660 | } | ||
661 | } | ||
662 | } | ||
663 | |||
664 | |||
650 | /// <summary> | 665 | /// <summary> |
651 | /// Runs commands issued by the server console from the operator | 666 | /// Runs commands issued by the server console from the operator |
652 | /// </summary> | 667 | /// </summary> |
diff --git a/bin/startuplogo.txt b/bin/startuplogo.txt new file mode 100644 index 0000000..5f6f2b9 --- /dev/null +++ b/bin/startuplogo.txt | |||
@@ -0,0 +1,31 @@ | |||
1 | |||
2 | |||
3 | |||
4 | .^^; ^\^^ . . | ||
5 | -5Zgej` ,jxPFhl` ~&C+tfm+ | ||
6 | ^GFDFFD[ =QQFFFD) ipQQDPDc. | ||
7 | !QFDFDPT`iFDQPFD7 ^eFFDDD! | ||
8 | 'VPQFQPi."8DPDPe".."hDFDPQ=............ ...... | ||
9 | ^18mT|^''_7nTv^'''}FFPQQQs^'''';'';''`.;'';;'. | ||
10 | ^=(ijit!^^|v]11(^^~vFQFPPQo!^;';';;;'`.';;;''. | ||
11 | .zFPQQDDe\~PFFFPe_iDAaqQFQVmb!``:`,::. :`,,:,. | ||
12 | :YDDPPDDg~+QPQDFU?rPQDO4k0bDPt======!,,`,`:: | ||
13 | ,LFDDPFPAtlQFQDQUtfDPPFDPPDPPt??)|)~`;;;;';. | ||
14 | ,0FDQDPFUtlDQPFFd+2QDFPPFDPQFi||||~,';''''. | ||
15 | .^TQFFDQPht+FQQDDh+2DDPDDFDDQDi|((~:;';';' | ||
16 | .''!rFQQPm}(?3DPDFJ(tuhFPQPPDdJ?|)!:'';''' | ||
17 | .';;;!SDFDs|)thDQDQg+)(YDFQFPFh+)(!,;';';: | ||
18 | .;';;'!pQDDT()zDDFQQPz(|&FDFFPQxt|!`;';;'` | ||
19 | .;;';';!pQDDn|iePDPPFDhi(YFQFQPFxi-:;;;;;, | ||
20 | `;'';''"tLFDF2|tGDDQPFFG+?CDFFFPPs/:';'';` | ||
21 | :;';'''-)))}7+|?||+v23v+(()|i}7jlt>:;;';': | ||
22 | ,;'''''>(||)|?|?()||()||?|(()((?(|"`'';';, | ||
23 | .:`,,`,^~~~~~~~~~~~~~~~~~~~~~~~~~~"....... | ||
24 | ,:,:,:..,;'''''';;';;;';;'''''';;` ,;';;;. | ||
25 | ,;';''`.;';''';';';;'''''''''';;;`.';;;''. | ||
26 | :;''';,.'';;';;;';;''';''''';;;';:.';'';;. | ||
27 | |||
28 | Welcome to OpenSimulator | ||
29 | |||
30 | |||
31 | |||