daemon: fix bug in log dump that caused all ports to be marked as "room link" ports

This commit is contained in:
Nedko Arnaudov 2010-09-01 01:21:34 +03:00
parent b251c7afed
commit 1336d624e5
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ static void callback_elstart(void * data, const char * el, const char ** attr)
uuid2_str = ladish_get_uuid_attribute(attr, "link_uuid", uuid2, true);
log_info("studio port \"%s\" with uuid %s (%s)", name, uuid_str, uuid_str == NULL ? "normal" : "room link");
log_info("studio port \"%s\" with uuid %s (%s)", name, uuid_str, uuid2_str == NULL ? "normal" : "room link");
if (uuid2_str == NULL)
{ /* normal studio port */