Skip to content

Commit

Permalink
Update loader/dd_library_loader.c
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Engelhardt <[email protected]>
  • Loading branch information
iamluc and realFlowControl authored Dec 10, 2024
1 parent 4c8f116 commit 1858e85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions loader/dd_library_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ void ddloader_logf(log_level level, const char *format, ...) {
va_end(va);
}

/**
* @param error The c-string this is pointing to must not exceed 150 bytes
*/
static void ddloader_telemetryf(telemetry_reason reason, const char *error, const char *format, ...) {
log_level level = ERROR;
switch (reason) {
Expand Down

0 comments on commit 1858e85

Please sign in to comment.