1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #5725: Delete VN: remove useless error message (#1961)

This commit is contained in:
Pavel Czerný 2022-04-20 09:02:15 +02:00 committed by Ruben S. Montero
parent bec87f630d
commit 133bcf702d
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -936,11 +936,6 @@ void VirtualNetworkPool::delete_success(std::unique_ptr<VirtualNetwork> vn)
{
vdcpool->update(vdc.get());
}
else
{
NebulaLog::error("IPM", "Unable to remove Virtual Network id="
+ to_string(oid) + " from VDC, error: " + err);
}
}
}
}