mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-24 21:34:01 +03:00
Bug partially fixed from to ticket #30, now the parsing error is showed in the STDOUT...
git-svn-id: http://svn.opennebula.org/trunk@66 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
a08d1c2d06
commit
6e0f7e2f0f
@ -99,7 +99,9 @@ int NebulaTemplate::load_configuration()
|
||||
|
||||
if ( rc != 0 )
|
||||
{
|
||||
Nebula::log("ONE",Log::ERROR,error);
|
||||
|
||||
std::cout << "\nError while parsing configuration file:\n" << error << std::endl;
|
||||
|
||||
free(error);
|
||||
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user