Signed-off-by: 2xsec <dh48.jeong@samsung.com>
return -1;
}
-
/* sendfile() handles up to 2GB. No config file should be that big. */
bytes_sent = lxc_sendfile_nointr(memfd, fd, NULL, LXC_SENDFILE_MAX);
if (bytes_sent < 0) {
f = fopen(file, "r");
if (!f) {
- SYSERROR("failed to open %s", file);
+ SYSERROR("Failed to open \"%s\"", file);
return -1;
}
* error.
*/
if (err < 0)
- ERROR("Failed to parse config: %s", line);
+ ERROR("Failed to parse config: \"%s\"", line);
break;
}
}