2
0

Log native mpw into Java.

This commit is contained in:
Maarten Billemont
2019-09-24 17:46:33 -04:00
parent fd1014926c
commit 1c6a5256c1
5 changed files with 142 additions and 48 deletions

View File

@@ -714,7 +714,7 @@ void cli_mpw(Arguments *args, Operation *operation) {
if (!operation->site)
abort();
if (mpw_verbosity >= inf_level)
if (mpw_verbosity >= LogLevelInfo)
fprintf( stderr, "%s's %s for %s:\n[ %s ]: ",
operation->file->user->fullName, operation->purposeResult, operation->site->siteName, operation->identicon );