Changeset 5514

Show
Ignore:
Timestamp:
05/11/08 14:16:56 (5 days ago)
Author:
morris
Message:

Use wi_pool_set_context() to get more debug information

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/commands.c

    r5511 r5514  
    253253                        break; 
    254254                } 
    255  
     255                 
    256256                wd_parse_command(string); 
    257257                 
     258                wi_pool_set_context(pool, string); 
    258259                wi_pool_drain(pool); 
    259260        }