summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-10-16 14:39:53 -0500
committerSaqib Khan <khansa@us.ibm.com>2017-10-16 14:40:35 -0500
commitfbee1894082f37b8f39b96f45ac79e46c387f475 (patch)
tree6072d51a84f6175c835bab318e7d0d2ee1a0d91a
parentfa5daf446fd5c8edcc6e8a43364f97aaed99e787 (diff)
downloadopenpower-pnor-code-mgmt-fbee1894082f37b8f39b96f45ac79e46c387f475.tar.gz
openpower-pnor-code-mgmt-fbee1894082f37b8f39b96f45ac79e46c387f475.zip
Revert "item_updater: Add a log to indicate duplicate image upload."
The item_updater is called multiple times to createActivation object when a new image is uploaded. This ends up producing a log in the journal suggesting the image was already uploaded even if the image didn't exist before. Change-Id: Ied54ca39d2b837a0647c617287acae9bde565241 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
-rw-r--r--item_updater.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/item_updater.cpp b/item_updater.cpp
index 9e558ce29..625147ec5 100644
--- a/item_updater.cpp
+++ b/item_updater.cpp
@@ -140,11 +140,6 @@ void ItemUpdater::createActivation(sdbusplus::message::message& m)
purpose,
filePath)));
}
- else
- {
- log<level::INFO>("Software Object with the same version already exists",
- entry("VERSION_ID=%s", versionId));
- }
return;
}
OpenPOWER on IntegriCloud