diff options
author | Diva Canto | 2013-07-04 13:25:58 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-04 13:25:58 -0700 |
commit | 33ddb6c246e7a3b8670b759e0799884520b12e9d (patch) | |
tree | f4bf04e7d15929b7381c6b461e13e60a20dabcec | |
parent | WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT. (diff) | |
download | opensim-SC_OLD-33ddb6c246e7a3b8670b759e0799884520b12e9d.zip opensim-SC_OLD-33ddb6c246e7a3b8670b759e0799884520b12e9d.tar.gz opensim-SC_OLD-33ddb6c246e7a3b8670b759e0799884520b12e9d.tar.bz2 opensim-SC_OLD-33ddb6c246e7a3b8670b759e0799884520b12e9d.tar.xz |
Revert "WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT."
This reverts commit c95a23863ab51810ccc01afd3dd641c18a183305.
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index ece3129..6fb1e0c 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -1061,7 +1061,6 @@ namespace OpenSim.Framework | |||
1061 | 1061 | ||
1062 | int tickdiff = Util.EnvironmentTickCountSubtract(tickstart); | 1062 | int tickdiff = Util.EnvironmentTickCountSubtract(tickstart); |
1063 | if (tickdiff > WebUtil.LongCallTime) | 1063 | if (tickdiff > WebUtil.LongCallTime) |
1064 | { | ||
1065 | m_log.InfoFormat( | 1064 | m_log.InfoFormat( |
1066 | "[FORMS]: Slow request {0} {1} {2} took {3}ms, {4}ms writing, {5}", | 1065 | "[FORMS]: Slow request {0} {1} {2} took {3}ms, {4}ms writing, {5}", |
1067 | reqnum, | 1066 | reqnum, |
@@ -1070,9 +1069,6 @@ namespace OpenSim.Framework | |||
1070 | tickdiff, | 1069 | tickdiff, |
1071 | tickdata, | 1070 | tickdata, |
1072 | obj.Length > WebUtil.MaxRequestDiagLength ? obj.Remove(WebUtil.MaxRequestDiagLength) : obj); | 1071 | obj.Length > WebUtil.MaxRequestDiagLength ? obj.Remove(WebUtil.MaxRequestDiagLength) : obj); |
1073 | Util.PrintCallStack(); | ||
1074 | |||
1075 | } | ||
1076 | else if (WebUtil.DebugLevel >= 4) | 1072 | else if (WebUtil.DebugLevel >= 4) |
1077 | m_log.DebugFormat( | 1073 | m_log.DebugFormat( |
1078 | "[WEB UTIL]: HTTP OUT {0} took {1}ms, {2}ms writing", | 1074 | "[WEB UTIL]: HTTP OUT {0} took {1}ms, {2}ms writing", |