Skip to content

Commit e24af12

Browse files
committed
chore(log): Uncomment code section logging statement
1 parent 23bef2e commit e24af12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/memhlp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lm_address_t MemHlp::patternScan(const char* pattern, lm_module_t module)
5151
if(seg->prot & LM_PROT_R)
5252
{
5353
codeSections[seg->base] = seg->base + seg->size;
54-
g_pLog->debug("Code section at %p to %p\n", seg->base, seg->base + seg->size);
54+
//g_pLog->debug("Code section at %p to %p\n", seg->base, seg->base + seg->size);
5555
}
5656

5757
return LM_TRUE;

0 commit comments

Comments
 (0)