Skip to content

Commit

Permalink
ua: fix logging copy paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Dec 19, 2024
1 parent f4577f5 commit 5dc5a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ua.c
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ int ua_alloc(struct ua **uap, const char *aor)

err = tls_add_certf(uag_tls(), ua->acc->cert, host);
if (err) {
warning("uag: SIP/TLS add server "
warning("ua: SIP/TLS add server "
"certificate %s failed: %m\n",
ua->acc->cert, err);
goto out;
Expand Down

0 comments on commit 5dc5a29

Please sign in to comment.