fix debugging message accidentally left in

This commit is contained in:
rdb 2012-02-13 06:59:22 +00:00
parent d81fef3ae1
commit 39e520268d

View File

@ -444,7 +444,8 @@ make_output(GraphicsPipe *pipe,
} else {
display_cat.info()
<< window->get_type() << " wouldn't open; abandoning.\n";
cerr << window->get_fb_properties() << "\n";
display_cat.debug(false)
<< " requested: " << fb_prop << "\n";
}
// No good; delete the window and keep trying.