git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@709 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-07-25 20:32:26 +00:00
commit 8cc84eaf1b
2 changed files with 5 additions and 1 deletions

View file

@ -155,7 +155,7 @@ namespace GreenshotFlickrPlugin {
uploader.upload(stream);
MessageBox.Show(lang.GetString(LangKey.upload_success));
} catch(Exception e) {
LOG.Debug("Problem uploading", e);
LOG.Error("Problem uploading", e);
MessageBox.Show(lang.GetString(LangKey.upload_failure) + " " + e.Message);
}
}