Skip to content

Commit a5bf4b2

Browse files
committed
Minor cleanup
* Error message wasn't displayed properly
1 parent efbb55b commit a5bf4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WhiteCore/Services/SQLServices/UserAccountService/UserAccountService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ protected void HandleLoadUsers(IScene scene, string[] cmdParams)
14891489
string check = CreateUser (UserUUID, UUID.Zero, FirstName + " " + LastName, Util.Md5Hash(Password), Email);
14901490
if (check != "")
14911491
{
1492-
MainConsole.Instance.ErrorFormat ("Couldn't create the user'{0} {1}'. Reason: {2}",
1492+
MainConsole.Instance.ErrorFormat ("Couldn't create the user '{0} {1}'. Reason: {2}",
14931493
FirstName, LastName, check);
14941494
continue;
14951495
}

0 commit comments

Comments
 (0)