projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1578c5d
)
Change log level for automaton IPC
author
Liza Carvelli
<liza@carvel.li>
Fri, 27 Dec 2024 16:48:26 +0000
(17:48 +0100)
committer
Liza Carvelli
<liza@carvel.li>
Fri, 27 Dec 2024 16:48:26 +0000
(17:48 +0100)
Questionable/External/AutomatonIpc.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable/External/AutomatonIpc.cs
b/Questionable/External/AutomatonIpc.cs
index 69e94678366062ebeee5fea0058bda1cd3feaa78..04bbfac79396ac84ee9035b9a0a9c5c2469f371f 100644
(file)
--- a/
Questionable/External/AutomatonIpc.cs
+++ b/
Questionable/External/AutomatonIpc.cs
@@
-15,7
+15,7
@@
internal sealed class AutomatonIpc
{
_logger = logger;
_isTweakEnabled = pluginInterface.GetIpcSubscriber<string, bool>("Automaton.IsTweakEnabled");
- logger.Log
Warning("Automaton x
{IsTweakEnabled}", IsAutoSnipeEnabled);
+ logger.Log
Information("Automaton auto-snipe enabled:
{IsTweakEnabled}", IsAutoSnipeEnabled);
}
public bool IsAutoSnipeEnabled