- Timestamp:
- 03/31/11 15:00:26 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/rtmp/inboundrtmpprotocol.cpp
r410 r413 75 75 default: 76 76 { 77 FATAL("Handshake type not implemented: % d", handshakeType);77 FATAL("Handshake type not implemented: %hhu", handshakeType); 78 78 return false; 79 79 } … … 113 113 default: 114 114 { 115 FATAL("Invalid RTMP state: % d", _rtmpState);115 FATAL("Invalid RTMP state: %hhu", _rtmpState); 116 116 return false; 117 117 }
Note: See TracChangeset
for help on using the changeset viewer.
