Fix debug message

This commit is contained in:
Julien BLACHE 2010-07-31 10:30:22 +02:00
parent 9a01a0e0d7
commit 2e6ed82e14

View File

@ -2971,7 +2971,7 @@ raop_device_cb(const char *name, const char *type, const char *domain, const cha
}
else
{
DPRINTF(E_DBG, L_PLAYER, "Adding AirTunes device %s (password: %s)\n", name, (val) ? "yes" : "no");
DPRINTF(E_DBG, L_PLAYER, "Adding AirTunes device %s (password: %s)\n", name, (password) ? "yes" : "no");
rd = (struct raop_device *)malloc(sizeof(struct raop_device));
if (!rd)