Skip to content

Commit 6b86c95

Browse files
authored
f (#47)
1 parent 0e949d2 commit 6b86c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

glomap/glomap.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ int ShowHelp(
3333

3434
int main(int argc, char** argv) {
3535
colmap::InitializeGlog(argv);
36+
FLAGS_alsologtostderr = true;
3637

3738
std::vector<std::pair<std::string, command_func_t>> commands;
3839
commands.emplace_back("mapper", &glomap::RunMapper);

0 commit comments

Comments
 (0)