From b45c929d66a5e2d297724a33fd98f0a18e78b3ec Mon Sep 17 00:00:00 2001 From: BlueWall Date: Wed, 15 Oct 2014 09:55:41 -0400 Subject: Fix over zealous chopping of text when editing (pilot error) --- OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data/PGSQL') diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs index 3bbd7d5..4a08100 100644 --- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs +++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs @@ -707,7 +707,7 @@ namespace OpenSim.Data.PGSQL catch (Exception e) { m_log.ErrorFormat("[PROFILES_DATA]" + - ": Requst properties exception {0}", e.Message; + ": Requst properties exception {0}", e.Message); result = e.Message; return false; } -- cgit v1.1