diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-04 07:32:22 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:37 +0800 |
commit | 74817d7509831f225de813fa82fa8d53c3a44f58 (patch) | |
tree | 122ecad1e133b487a1d06e3192000e9ee232ad78 /libempathy/empathy-tp-file.c | |
parent | 26274be2897e98800e0b7baeda3319916205b56c (diff) | |
download | gsoc2013-empathy-74817d7509831f225de813fa82fa8d53c3a44f58.tar gsoc2013-empathy-74817d7509831f225de813fa82fa8d53c3a44f58.tar.gz gsoc2013-empathy-74817d7509831f225de813fa82fa8d53c3a44f58.tar.bz2 gsoc2013-empathy-74817d7509831f225de813fa82fa8d53c3a44f58.tar.lz gsoc2013-empathy-74817d7509831f225de813fa82fa8d53c3a44f58.tar.xz gsoc2013-empathy-74817d7509831f225de813fa82fa8d53c3a44f58.tar.zst gsoc2013-empathy-74817d7509831f225de813fa82fa8d53c3a44f58.zip |
Use proper DEBUG() messages
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 7e6202259..cd28c541b 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -806,4 +806,3 @@ empathy_tp_file_is_ready (EmpathyTpFile *tp_file) return tp_file->priv->ready; } - |