Don't say "failed to create mapped file" twice

This commit is contained in:
Yevgen Muntyan 2006-03-17 03:20:13 -06:00
parent 2819cd59a3
commit b6356d5044

View File

@ -403,7 +403,6 @@ do_load (MooEdit *edit,
}
else
{
g_warning ("%s: could not create mapped file", G_STRLOC);
g_warning ("%s: %s", G_STRLOC, (*error)->message);
g_clear_error (error);
}