mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 866317: Remove unneeded line from ccsip_debug.c that just logs a blank line, since it triggers a build warning for empty format string. r=abr
This commit is contained in:
parent
9307d6ff20
commit
1a9319b573
@ -247,7 +247,6 @@ platform_print_sip_msg (const char *msg)
|
||||
return;
|
||||
}
|
||||
|
||||
CSFLogDebug("sipstack", "");
|
||||
/* replace digits for security reasons */
|
||||
if (strstr(msg, "kpml-response")) {
|
||||
/* This is kpml response. so supress printing digits. */
|
||||
|
Loading…
Reference in New Issue
Block a user