Skip to content

Commit

Permalink
C-c, C-v
Browse files Browse the repository at this point in the history
  • Loading branch information
powellsr authored and evaleev committed Nov 10, 2024
1 parent 23dc954 commit 2f2df83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TiledArray/util/bug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void Debugger::debug(const char *reason) {
system_retvalue = system(cmd.c_str());
}
if (system_retvalue != 0) {
ExEnv::outn() << prefix_
std::cout << prefix_
<< "Failed debugger launch: system() did not succeed ..."
<< std::endl;
} else { // call to system() succeeded
Expand Down

0 comments on commit 2f2df83

Please sign in to comment.