gcontini
2020-12-05 907a46213e5ca3e741744f67ad71966b70b89e38
src/library/licensecc.cpp
@@ -40,7 +40,7 @@
      } catch (const std::exception& ex) {
         LOG_ERROR("Error calculating hw_identifier: %s", ex.what());
#ifndef NDEBUG
         cout << "Error occurred: " << ex.what() << std::endl;
         cerr << "Error occurred in identify_pc: " << ex.what() << std::endl;
#endif
      }
   } else {
@@ -124,7 +124,8 @@
      }
   }
#ifndef NDEBUG
   cout << er << endl;
   const string evlog = er.to_string();
   LOG_DEBUG("License status %s", evlog.c_str());
#endif
   if (license_out != nullptr) {