mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +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_,
|
logCompile(const void* code, unsigned size, const char* class_,
|
||||||
const char* name, const char* spec)
|
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,
|
class_, name, spec, code,
|
||||||
static_cast<const uint8_t*>(code) + size);
|
static_cast<const uint8_t*>(code) + size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user