debug travis

This commit is contained in:
Jinhao 2016-06-24 12:53:17 +08:00
parent ae442cc80d
commit c7439625ad

View File

@ -246,7 +246,8 @@ namespace nana
if (category::flags::root == category)
{
std::cout<<"basic_window: delete attr root"<<attribute.root<<std::endl;
std::cout<<"basic_window: delete attr root "<<attribute.root<<std::endl;
std::cout<<"basic_window: root.effects size "<<attribute.root->effects_edge_numbus.size()<<std::endl;
delete attribute.root;
std::cout<<" delete successfully"<<std::endl;
}