mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Reverted
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@850 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
5e9772c4e5
commit
d3fc983efd
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace Greenshot {
|
||||||
LOG.Info("Firstlaunch: " + coreConfiguration.IsFirstLaunch);
|
LOG.Info("Firstlaunch: " + coreConfiguration.IsFirstLaunch);
|
||||||
LOG.Info("Destinations:");
|
LOG.Info("Destinations:");
|
||||||
if (coreConfiguration.OutputDestinations != null) {
|
if (coreConfiguration.OutputDestinations != null) {
|
||||||
foreach(string destination in coreConfiguration.OutputDestinations) {
|
foreach(Destination destination in coreConfiguration.OutputDestinations) {
|
||||||
LOG.Info("\t" + destination);
|
LOG.Info("\t" + destination);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue