mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
make debug logging more concise
This commit is contained in:
parent
a259beccdc
commit
2289d13cbb
@ -3506,7 +3506,7 @@ void
|
||||
logCompile(const void* code, unsigned size, const char* class_,
|
||||
const char* name, const char* spec)
|
||||
{
|
||||
fprintf(stderr, "%s.%s%s from %p to %p\n",
|
||||
fprintf(stderr, "%s.%s%s: %p %p\n",
|
||||
class_, name, spec, code,
|
||||
static_cast<const uint8_t*>(code) + size);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user