mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
Fix daemon typo (#409)
This commit is contained in:
parent
a1c93a4d4d
commit
812e97d8d9
@ -1183,7 +1183,7 @@ def is_running(program, argument):
|
||||
def daemon_running_msg():
|
||||
print("\n" + "-" * 24 + " auto-cpufreq running " + "-" * 30 + "\n")
|
||||
print(
|
||||
"ERROR: auto-cpufreq is running in daemon mode.\n\nMake sure to stop the deamon before running with --live or --monitor mode"
|
||||
"ERROR: auto-cpufreq is running in daemon mode.\n\nMake sure to stop the daemon before running with --live or --monitor mode"
|
||||
)
|
||||
footer()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user