From c0d61a8aea70cdb17fbcb9456cf5a42a38eeedbb Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 8 May 2008 18:41:11 +0000 Subject: set some non-error logs from error to status git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1071 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UMain.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/Classes/UMain.pas') diff --git a/Game/Code/Classes/UMain.pas b/Game/Code/Classes/UMain.pas index 52f78ae9..39265a6d 100644 --- a/Game/Code/Classes/UMain.pas +++ b/Game/Code/Classes/UMain.pas @@ -1088,7 +1088,7 @@ procedure InitializePaths; end; if not lWriteable then - Log.LogError('Error: Dir ('+ aLocation +') is Readonly'); + Log.LogError('Dir ('+ aLocation +') is Readonly', 'initialize_path'); result := lWriteable; end; -- cgit v1.2.3