print >> sys.stderr , 'Warning: RSBAC kernel version (%s) doesn\'t look right. Wrong librsbac.so?' \
% ( '.'.join( map( str , kernelVersion ) ) )
if not ( headerVersion == libraryVersion == kernelVersion ) :
- print >> sys.stderr , 'Warning: RSBAC version mismatch (header: %s, library: %s, kernel: %s)' \
+ print >> sys.stderr , 'Warning: RSBAC version mismatch (bindings: %s, library: %s, kernel: %s)' \
% ( '.'.join( map( str , headerVersion ) ) ,
'.'.join( map( str , libraryVersion ) ) ,
'.'.join( map( str , kernelVersion ) ) )