also print out dev/path for debugging in previous commit

SVN revision: 74876
This commit is contained in:
Mike Blumenkrantz 2012-08-04 08:47:52 +00:00
parent 735b02c419
commit ab46fd58c1
1 changed files with 1 additions and 0 deletions

View File

@ -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!<br>"
"Please submit a report so we can fix it!"));
return;