Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Mar 20, 2016
1 parent 8562421 commit 3992f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/gui/iterator.cpp
Expand Up @@ -269,7 +269,7 @@ BOOST_AUTO_TEST_CASE(test_gui2_iterator)
cache.add_define("EDITOR");
cache.add_define("MULTIPLAYER");

lg::set_log_domain_severity("gui/iterator", lg::debug);
lg::set_log_domain_severity("gui/iterator", lg::debug());
lg::timestamps(false);

std::stringstream sstr;
Expand Down

0 comments on commit 3992f08

Please sign in to comment.