aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs')
-rw-r--r--OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs b/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs
index aff4719..06e2f8a 100644
--- a/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs
+++ b/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs
@@ -82,11 +82,11 @@ namespace OpenSim.Framework.Utilities
82 /// Convert a variable length field (byte array) to a string, with a 82 /// Convert a variable length field (byte array) to a string, with a
83 /// field name prepended to each line of the output 83 /// field name prepended to each line of the output
84 /// </summary> 84 /// </summary>
85 /// <remarks>If the byte array has unprintable characters in it, a 85 /// <remarks>If the byte array has unprintable characters in it, a
86 /// hex dump will be put in the string instead</remarks> 86 /// hex dump will be put in the string instead</remarks>
87 /// <param name="bytes">The byte array to convert to a string</param> 87 /// <param name="bytes">The byte array to convert to a string</param>
88 /// <param name="fieldName">A field name to prepend to each line of output</param> 88 /// <param name="fieldName">A field name to prepend to each line of output</param>
89 /// <returns>An ASCII string or a string containing a hex dump, minus 89 /// <returns>An ASCII string or a string containing a hex dump, minus
90 /// the null terminator</returns> 90 /// the null terminator</returns>
91 public static string FieldToString(byte[] bytes, string fieldName) 91 public static string FieldToString(byte[] bytes, string fieldName)
92 { 92 {