mirror of
https://gitlab.com/spectre.app/cli.git
synced 2024-11-01 02:41:44 +01:00
Scope LogLevel to MPLogLevel to avoid collisions with other APIs.
This commit is contained in:
parent
ef635f6e30
commit
0fd58eba6b
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ void cli_mpw(Arguments *args, Operation *operation) {
|
|||
if (!operation->service)
|
||||
abort();
|
||||
|
||||
if (mpw_verbosity >= LogLevelInfo)
|
||||
if (mpw_verbosity >= MPLogLevelInfo)
|
||||
fprintf( stderr, "%s's %s for %s:\n[ %s ]: ",
|
||||
operation->user->fullName, operation->resultPurpose, operation->service->serviceName, operation->identicon );
|
||||
|
||||
|
|
Loading…
Reference in a new issue