log changes
This commit is contained in:
parent
b8f10703b0
commit
49ec70ab68
@ -186,7 +186,7 @@ public final class LicenseService {
|
|||||||
try {
|
try {
|
||||||
license.use(hashedIp, hwid); // Use the license
|
license.use(hashedIp, hwid); // Use the license
|
||||||
repository.save(license); // Save the used license
|
repository.save(license); // Save the used license
|
||||||
log.info("License key {} for product {} was used by {} ({})", key, product, ip, hwid);
|
log.info("License key '{}' for product '{}' was used by {} (HWID: {})", key, product, ip, hwid);
|
||||||
return license;
|
return license;
|
||||||
} catch (APIException ex) {
|
} catch (APIException ex) {
|
||||||
// Log that the license has reached it's IP limit
|
// Log that the license has reached it's IP limit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user