[DEV] add capability to change log
This commit is contained in:
parent
0ced25aed1
commit
beeed946bf
@ -322,6 +322,11 @@ int main(int _argc, const char *_argv[]) {
|
||||
APPL_PRINT(" ACTION action to execute: clear, push, pushPath, list");
|
||||
APPL_PRINT(" [arguments] argument depending on the action");
|
||||
return -1;
|
||||
} else if ( etk::start_with(data, "--elog") == true
|
||||
|| etk::start_with(data, "--etk") == true
|
||||
|| etk::start_with(data, "--zeus") == true
|
||||
|| etk::start_with(data, "--enet") == true) {
|
||||
// disable option ...
|
||||
} else {
|
||||
if (requestAction == "") {
|
||||
requestAction = data;
|
||||
@ -373,7 +378,7 @@ int main(int _argc, const char *_argv[]) {
|
||||
APPL_PRINT("== Clear data base: ");
|
||||
APPL_PRINT("============================================");
|
||||
// TODO : Do it :
|
||||
APPL_INFO("NEED to add check in cmd line to execute it ...");
|
||||
/APPL_INFO("NEED to add check in cmd line to execute it ...");
|
||||
return -1;
|
||||
uint32_t count = remoteServiceVideo.mediaIdCount().wait().get();
|
||||
APPL_DEBUG("have " << count << " medias");
|
||||
|
@ -29,7 +29,10 @@ def configure(target, my_module):
|
||||
'zeus-service-picture-impl',
|
||||
'zeus-service-video-impl',
|
||||
'zeus-service-server-impl',
|
||||
'zeus-service-server-impl',
|
||||
'zeus-launcher',
|
||||
'zeus-cli-video',
|
||||
'zeus-player-video',
|
||||
])
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user