Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit c479815

Browse files
author
Jay Logue
authored
Merge pull request #571 from openweave/bug/fix-weave-logging
Fix typo in DefaultLogMessage
2 parents f2e5cdb + f7ab7bb commit c479815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/support/logging/WeaveLogging.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ static void DefaultLogMessage(uint8_t module, uint8_t category, const char *msg,
212212

213213
int priority = (category == kLogCategory_Error) ? ANDROID_LOG_ERROR : ANDROID_LOG_DEBUG;
214214

215-
__android_log_vprint(priority, moduleName, msg, v);
215+
__android_log_vprint(priority, moduleName, msg, ap);
216216
}
217217
}
218218

0 commit comments

Comments
 (0)