mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-22 23:38:50 -05:00
WriteLn -> MDebugLn...
This commit is contained in:
parent
ea931dec9c
commit
d367a1f4ee
@ -139,7 +139,7 @@ begin
|
||||
P := Settings.GetNodePath(N);
|
||||
|
||||
if Settings.CreateKey(P + '/' + KeyName) then
|
||||
writeln('Added key ' + KeyName);
|
||||
mDebugLn('Added key ' + KeyName);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user