Commit 78109a20 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 : change slightly the debug message.

parent e2c2279d
......@@ -84,7 +84,7 @@ void PLItem::init( int _i_id, int _i_input_id, PLItem *parent, PLModel *m )
//Add empty string and update() handles data appending
item_col_strings.append( "" );
}
msg_Dbg( model->p_intf, "PLItem created: %i", model->i_depth );
msg_Dbg( model->p_intf, "PLItem created of type: %i", model->i_depth );
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment