Commit 5db3f4c3 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

mount: Add LOG_PREFIX

It's very convenient to grep the log for mount related operations only.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 6632b2a4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment