mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-29 04:50:26 +00:00
mount: Add LOG_PREFIX
It's very convenient to grep the log for mount related operations only. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
6632b2a4fc
commit
5db3f4c337
1 changed files with 3 additions and 0 deletions
3
mount.c
3
mount.c
|
|
@ -32,6 +32,9 @@
|
|||
|
||||
#define AUTODETECTED_MOUNT "CRIU:AUTOGENERATED"
|
||||
|
||||
#undef LOG_PREFIX
|
||||
#define LOG_PREFIX "mnt: "
|
||||
|
||||
int ext_mount_add(char *key, char *val)
|
||||
{
|
||||
struct ext_mount *em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue