$OpenBSD: patch-src_tiny_tag_editor_cpp,v 1.1 2016/11/29 11:35:00 dcoppa Exp $

commit 3868e32b9216e14247e0534061d1d02f3b8ab65d
Author: Andrzej Rybczak <electricityispower@gmail.com>
Date:   Sun Nov 20 19:38:11 2016 +0100

Show detailed error message if writing tags fails

--- src/tiny_tag_editor.cpp.orig	Mon Oct 31 12:24:35 2016
+++ src/tiny_tag_editor.cpp	Tue Nov 29 11:54:04 2016
@@ -172,7 +172,7 @@ void TinyTagEditor::runAction()
 			}
 		}
 		else
-			Statusbar::print("Error while writing tags");
+			Statusbar::printf("Error while writing tags: %1%", strerror(errno));
 	}
 	if (option > 21)
 		m_previous_screen->switchTo();
