Scope LogLevel to MPLogLevel to avoid collisions with other APIs.

This commit is contained in:
Maarten Billemont 2020-11-21 11:41:48 -05:00
parent ef635f6e30
commit 0fd58eba6b

View file

@ -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 );