From ab46fd58c1748634b7d9028e2f347a8dfb891465 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 4 Aug 2012 08:47:52 +0000 Subject: [PATCH] also print out dev/path for debugging in previous commit SVN revision: 74876 --- src/bin/e_fm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 6efdf7d77..fef1ae9b2 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -998,6 +998,7 @@ e_fm2_path_set(Evas_Object *obj, const char *dev, const char *path) if (!real_path) { CRI("THIS IS A BUG!!!! HELP! WE'RE SINKING!"); + CRI("dev='%s',path='%s'", dev, path); e_util_dialog_internal(_("BUG!"), _("Congratulations, you found a bug!
" "Please submit a report so we can fix it!")); return;