Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225427 Details for
Bug 311585
net-voip/telepathy-sofiasip-0.6.2 fails with debug disabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
telepathy-sofiasip-0.6.2-nodebug.patch
telepathy-sofiasip-0.6.2-nodebug.patch (text/plain), 723 bytes, created by
Christoph Brill (egore) (RESIGNED)
on 2010-03-27 09:14:16 UTC
(
hide
)
Description:
telepathy-sofiasip-0.6.2-nodebug.patch
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2010-03-27 09:14:16 UTC
Size:
723 bytes
patch
obsolete
>diff --git a/src/telepathy-sofiasip.c b/src/telepathy-sofiasip.c >index 7cc453b..53401c7 100644 >--- a/src/telepathy-sofiasip.c >+++ b/src/telepathy-sofiasip.c >@@ -49,6 +49,7 @@ sofia_log_handler (void *logdata, const char *format, va_list args) > /* Append the formatted message at the end of the buffer */ > g_string_append_vprintf (buf, format, args); > >+#ifdef ENABLE_DEBUG > /* If we have a terminated line, log it, stripping the newline */ > if (buf->str[buf->len - 1] == '\n') > { >@@ -56,6 +57,7 @@ sofia_log_handler (void *logdata, const char *format, va_list args) > tpsip_log (TPSIP_DEBUG_SOFIA, G_LOG_LEVEL_DEBUG, "%s", buf->str); > g_string_truncate (buf, 0); > } >+#endif > } > > static gpointer
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 311585
: 225427 |
225495
|
225497