diff options
Diffstat (limited to 'OpenSim/Framework/Statistics/UserStatsCollector.cs')
-rw-r--r-- | OpenSim/Framework/Statistics/UserStatsCollector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Statistics/UserStatsCollector.cs b/OpenSim/Framework/Statistics/UserStatsCollector.cs index e094d91..9ff44ca 100644 --- a/OpenSim/Framework/Statistics/UserStatsCollector.cs +++ b/OpenSim/Framework/Statistics/UserStatsCollector.cs | |||
@@ -81,7 +81,7 @@ namespace OpenSim.Framework.Statistics | |||
81 | /// Report back collected statistical information. | 81 | /// Report back collected statistical information. |
82 | /// </summary> | 82 | /// </summary> |
83 | /// <returns></returns> | 83 | /// <returns></returns> |
84 | public string Report() | 84 | override public string Report() |
85 | { | 85 | { |
86 | return string.Format( | 86 | return string.Format( |
87 | @"Successful logins total : {0}, today : {1}, yesterday : {2} | 87 | @"Successful logins total : {0}, today : {1}, yesterday : {2} |