summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/client-label-monitor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/client-label-monitor.cpp b/src/client/client-label-monitor.cpp
index 7050cf2c..a92f1513 100644
--- a/src/client/client-label-monitor.cpp
+++ b/src/client/client-label-monitor.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2022 Samsung Electronics Co., Ltd. All rights reserved
+ * Copyright (c) 2016-2023 Samsung Electronics Co., Ltd. All rights reserved
*
* This file is licensed under the terms of MIT License or the Apache License
* Version 2.0 of your choice. See the LICENSE.MIT file for MIT license details.
@@ -149,7 +149,7 @@ static lib_retcode apply_relabel_list(app_labels_monitor *monitor)
{ return label.c_str(); });
if (smack_set_relabel_self(temp.data(), temp.size()) != 0) {
- LogError("smack_set_relabel_self failed");
+ LogError("smack_set_relabel_self failed, number of labels: " << temp.size());
return SECURITY_MANAGER_ERROR_SET_RELABEL_SELF_FAILED;
}
} catch (PermissibleSet::PermissibleSetException::FileOpenError &e) {