Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
willgittoes-dd committed Sep 24, 2018
1 parent e4c37dc commit bfe8229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dynamic_load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ int OpenTracingMakeTracerFactoryFunction(const char* opentracing_version,
}

if (std::strcmp(opentracing_abi_version, OPENTRACING_ABI_VERSION) != 0) {
std::cerr << "version mismatch: " << std::string(opentracing_version)
<< " != " << std::string(OPENTRACING_VERSION) << std::endl;
std::cerr << "version mismatch: " << std::string(opentracing_abi_version)
<< " != " << std::string(OPENTRACING_ABI_VERSION) << std::endl;
*error_category = static_cast<const void*>(&opentracing::dynamic_load_error_category());
return opentracing::incompatible_library_versions_error.value();
}
Expand Down

0 comments on commit bfe8229

Please sign in to comment.