Comment 3 for bug 1828723

Revision history for this message
Alex Bennée (ajbennee) wrote :

Although arguably the line:

  gemu_log("Unsupported setsockopt level=%d optname=%d\n", level, optname);

Could be

  qemu_log_mask(LOG_UNIMP,....)

Not sure where gemu_log is used, it seems to be strace related.