mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2025-04-30 00:24:25 +02:00
Fix disable messages
This commit is contained in:
parent
5cffc20a3e
commit
2294f8e784
@ -106,9 +106,9 @@ const disableLibrary = (name) => {
|
||||
print(Level.ERROR, `${e.message} for ${func.name}`);
|
||||
}
|
||||
});
|
||||
print(Level.INFO, `The ${library.name} (${library.address}) library has been disabled`);
|
||||
print(Level.INFO, `The library ${library.name} (${library.address}) has been disabled`);
|
||||
} else {
|
||||
print(Level.DEBUG, `The ${name} library was not found`);
|
||||
print(Level.DEBUG, `The library ${name} was not found`);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user