telepathy: fix crash in debug printing
commitef45bf6b58e03e05e7a3ca747dcef80bbc13222b
authorStefan Becker <chemobejk@gmail.com>
Sat, 9 Mar 2013 10:43:31 +0000 (9 12:43 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sat, 9 Mar 2013 10:43:31 +0000 (9 12:43 +0200)
treea46f3690593d4af0f6c18355a03a6f3d882c82b5
parentb4fe5196444b0992c207f6fa48137eea0edbcd59
telepathy: fix crash in debug printing

- it seems that processing of the va_list destroys it, so you can't use
  it a second time for a vprintf()-like call. It used to work before, oh
  well...
- time parameter can be NULL, meaning "now".
src/telepathy/telepathy-debug.c