UpdateService: always print current/latest version

This commit is contained in:
kaso17
2017-09-13 10:35:51 +02:00
parent 0cd11e1882
commit 6493037251

View File

@@ -140,7 +140,7 @@ namespace Jackett.Services
}
else
{
logger.Info($"Checked for a updated release but none was found.");
logger.Info($"Checked for a updated release but none was found. Current: {currentVersion} Latest: {latestRelease.Name}");
}
}
}