Revision 3fb4f740 test/mocks.py

b/test/mocks.py
55 55
class FakeProc:
56 56
    """Fake processor object"""
57 57

  
58
    def LogWarning(self, msg):
58
    def LogWarning(self, msg, *args, **kwargs):
59 59
        pass
60 60

  
61
    def LogInfo(self, msg):
61
    def LogInfo(self, msg, *args, **kwargs):
62 62
        pass
63 63

  
64 64
class FakeContext:

Also available in: Unified diff