gcontini
2020-10-14 f778490d8e2d4089ae3acd06064ffea01fffe682
src/library/licensecc.cpp
@@ -38,7 +38,7 @@
         result = true;
      } catch (const std::exception& ex) {
         LOG_ERROR("Error calculating hw_identifier: %s", ex.what());
#ifdef _DEBUG
#ifndef NDEBUG
         cout << "Error occurred: " << ex.what() << std::endl;
#endif
      }
@@ -122,7 +122,7 @@
         license_out->days_left = 0;
      }
   }
#ifdef _DEBUG
#ifndef NDEBUG
   cout << er << endl;
#endif