improve debug

This commit is contained in:
Wim Taymans 2016-05-18 12:01:57 +02:00
parent 0f67434ae8
commit 60475165d6
3 changed files with 19 additions and 7 deletions

View file

@ -552,7 +552,7 @@ read_buffer (PinosPort *port,
sb->refcount = 1;
sb->magic = PSB_MAGIC;
g_debug ("port %p: buffer %p init", &priv->recv_buffer, sb);
PINOS_DEBUG_TRANSPORT ("port %p: buffer %p init", &priv->recv_buffer, sb);
return &priv->recv_buffer;
}