debugging: C

This commit is contained in:
Jan Nieuwenhuizen 2019-11-17 15:08:30 +01:00 committed by Jan (janneke) Nieuwenhuizen
parent 16b3653e14
commit 9de6c42b21
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
2 changed files with 2 additions and 2 deletions

View File

@ -673,7 +673,7 @@ eval:
else if (global_p != 0)
{
handle = lookup_handle (name, cell_f);
if (g_debug > 2)
if (g_debug > 4)
{
eputs ("global set: ");
write_error_ (name);

View File

@ -68,7 +68,7 @@ module_handle (struct scm *module, struct scm *name) /*:((internal)) */
{
/* 1. Check module defines. */
struct scm *table = module_defines (module);
if (g_debug > 2)
if (g_debug > 4)
{
eputs ("module_handle:");
eputs (" name = ");