Skip to content

Commit 2f2df83

Browse files
powellsrevaleev
authored andcommitted
C-c, C-v
1 parent 23dc954 commit 2f2df83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TiledArray/util/bug.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ void Debugger::debug(const char *reason) {
243243
system_retvalue = system(cmd.c_str());
244244
}
245245
if (system_retvalue != 0) {
246-
ExEnv::outn() << prefix_
246+
std::cout << prefix_
247247
<< "Failed debugger launch: system() did not succeed ..."
248248
<< std::endl;
249249
} else { // call to system() succeeded

0 commit comments

Comments
 (0)