ekiga r7285 - trunk/lib/engine/components/xcap
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7285 - trunk/lib/engine/components/xcap
- Date: Sat, 25 Oct 2008 13:22:51 +0000 (UTC)
Author: jpuydt
Date: Sat Oct 25 13:22:50 2008
New Revision: 7285
URL: http://svn.gnome.org/viewvc/ekiga?rev=7285&view=rev
Log:
Better debug output
Modified:
trunk/lib/engine/components/xcap/xcap-core.cpp
Modified: trunk/lib/engine/components/xcap/xcap-core.cpp
==============================================================================
--- trunk/lib/engine/components/xcap/xcap-core.cpp (original)
+++ trunk/lib/engine/components/xcap/xcap-core.cpp Sat Oct 25 13:22:50 2008
@@ -301,7 +301,11 @@
const std::string content,
sigc::slot<void,std::string> callback)
{
- std::cout << "XCAP trying to write " << path->to_uri () << std::endl;
+ std::cout << "XCAP trying to write"
+ << " (" << content_type << "):"
+ << content << std::endl
+ << "to:" << std::endl
+ << path->to_uri () << std::endl;
impl->write (path, content_type, content, callback);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]