Skip to content

Commit

Permalink
Bug 1643557 - Use unsigned int for log level, consistent with PRLogMo…
Browse files Browse the repository at this point in the history
…duleLevel. r=kjacobs

Differential Revision: https://phabricator.services.mozilla.com/D78446

--HG--
extra : moz-landing-system : lando
  • Loading branch information
jswalden committed Jun 5, 2020
1 parent 5c1a965 commit 4179fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pk11wrap/debug_module.c
Expand Up @@ -392,7 +392,7 @@ log_state(CK_STATE state)
}

static void
log_handle(int level, const char *format, CK_ULONG handle)
log_handle(PRLogModuleLevel level, const char *format, CK_ULONG handle)
{
char fmtBuf[80];
if (handle)
Expand Down

0 comments on commit 4179fa6

Please sign in to comment.