Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Jun 6, 2017
1 parent 26f3d51 commit e019fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asp/Sessions/StereoSessionFactory.cc
Expand Up @@ -133,7 +133,7 @@ StereoSession* StereoSessionFactory::create(std::string & session_type, /
vw::ArgumentErr() << "Could not determine stereo session type. "
<< "Please set it explicitly using the -t switch.\n"
<< "Options include: [pinhole isis dg rpc spot5 aster pinholemappinhole isismapisis dgmaprpc rpcmaprpc spot5maprpc astermaprpc].\n");
VW_OUT(DebugMessage) << "Using session: " << actual_session_type << ".\n";
VW_OUT(vw::DebugMessage,"asp") << "Using session: " << actual_session_type << ".\n";

// Compare the current session name to all recognized types
// - Only one of these will ever get triggered
Expand Down

0 comments on commit e019fab

Please sign in to comment.