Revision 3da2c808 qerror.h

b/qerror.h
64 64
#define QERR_FD_NOT_SUPPLIED \
65 65
    "{ 'class': 'FdNotSupplied', 'data': {} }"
66 66

  
67
#define QERR_OPEN_FILE_FAILED \
68
    "{ 'class': 'OpenFileFailed', 'data': { 'filename': %s } }"
69

  
67 70
#define QERR_INVALID_BLOCK_FORMAT \
68 71
    "{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }"
69 72

  

Also available in: Unified diff