mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
Added log for errors
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@707 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
43ed03ade6
commit
0b8c75241e
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ namespace GreenshotFlickrPlugin {
|
||||||
uploader.upload(stream);
|
uploader.upload(stream);
|
||||||
MessageBox.Show(lang.GetString(LangKey.upload_success));
|
MessageBox.Show(lang.GetString(LangKey.upload_success));
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
|
LOG.Debug("Problem uploading", e);
|
||||||
MessageBox.Show(lang.GetString(LangKey.upload_failure) + " " + e.Message);
|
MessageBox.Show(lang.GetString(LangKey.upload_failure) + " " + e.Message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue