1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

M #-: Add debug msg Request Manager started (#142)

This commit is contained in:
Pavel Czerný 2020-07-31 13:27:29 +02:00 committed by GitHub
parent 9525d69999
commit 0ec2ab6c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,6 +318,8 @@ int RequestManager::start()
pthread_create(&rm_xml_server_thread,&pattr,rm_xml_server_loop,(void *)this);
NebulaLog::log("ReM",Log::INFO,"Request Manager started");
return 0;
}