Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-bmc-code-mgmt
/
27d734f04b39707b440c98938bb34cea4b58a6ea
/
.
/
software_manager.cpp
blob: 5245d71c7226f73b0b0251fa4acea940e062346a [
file
] [
log
] [
blame
]
Jagpal Singh Gill
cc49878
2024-02-29 15:16:36 -0800
[
diff
] [
blame
]
1
#include
<phosphor-logging/lg2.hpp>
2
3
PHOSPHOR_LOG2_USING
;
4
5
int
main
()
6
{
7
info
(
"Creating Software Manager"
);
8
return
0
;
9
}