mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-15 16:11:01 +00:00
Add a little debug
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38584 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a76c0079e
commit
b09cd35cda
1 changed files with 4 additions and 0 deletions
|
@ -547,6 +547,10 @@ replaceFields(NSDictionary *fields, NSString *template)
|
|||
}
|
||||
}
|
||||
ASSIGN(rules, r);
|
||||
if (YES == debug)
|
||||
{
|
||||
NSLog(@"Installed Rules: %@", rules);
|
||||
}
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue