Skip to content

Commit a99fec4

Browse files
committed
DEBUG: Change logging, is for some reason in CI incomplete.
https://buildkite.com/julialang/rr/builds/1183
1 parent 3e9d1f2 commit a99fec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AddressSpace.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,9 +1529,9 @@ static void assert_segments_match(Task* t, const KernelMapping& input_m,
15291529
err = "inodes differ";
15301530
}
15311531
if (err.size()) {
1532-
LOG(error) << "cached mmap:";
1532+
cerr << "cached mmap:" << endl;
15331533
t->vm()->dump();
1534-
LOG(error) << "/proc/" << t->tid << "/mmaps:";
1534+
cerr << "/proc/" << t->tid << "/mmaps:" << endl;
15351535
AddressSpace::print_process_maps(t);
15361536
ASSERT(t, false) << "\nCached mapping " << m << " should be " << km << "; "
15371537
<< err;

0 commit comments

Comments
 (0)