Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #27 from ivan-ushakov/master
Browse files Browse the repository at this point in the history
Missed function argement added
  • Loading branch information
adobkin authored Jun 20, 2016
2 parents 75eeacd + 912adfa commit f2b21bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/apn.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ static apn_return __apn_send_binary_message(const apn_ctx_t *const ctx,
free(error);
return APN_ERROR;
}
apn_log(ctx, APN_LOG_LEVEL_DEBUG, "%d byte(s) has been written to a socket");
apn_log(ctx, APN_LOG_LEVEL_DEBUG, "%d byte(s) has been written to a socket", bytes_written);
}
apn_log(ctx, APN_LOG_LEVEL_INFO, "Notification has been sent");
}
Expand Down

0 comments on commit f2b21bc

Please sign in to comment.