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