hedgewars/uPhysFSLayer.pas
branchphysfslayer
changeset 8046 4d3415927d2c
parent 8034 fc032c0f7b23
child 8052 845b5ae03841
--- a/hedgewars/uPhysFSLayer.pas	Sat Nov 17 00:41:30 2012 +0400
+++ b/hedgewars/uPhysFSLayer.pas	Sat Nov 17 22:07:17 2012 +0400
@@ -102,7 +102,7 @@
     i:= PHYSFS_mount(Str2PChar(PathPrefix), nil, true);
     AddFileLog('[PhysFS] mount ' + PathPrefix + ': ' + inttostr(i));
     i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Data'), nil, true);
-    AddFileLog('[PhysFS] mount ' + UserPathPrefix + ': ' + inttostr(i));
+    AddFileLog('[PhysFS] mount ' + UserPathPrefix + '/Data: ' + inttostr(i));
 end;
 
 procedure freeModule;