r1491@localhost: muntyan | 2005-12-24 00:09:37 -0600

Don't be too verbose
master
Yevgen Muntyan 2005-12-24 19:35:37 +00:00
parent 48cf5e8aac
commit 74be00b9d2
1 changed files with 0 additions and 4 deletions

View File

@ -123,8 +123,6 @@ moo_python_plugin_read_file (const char *path)
g_return_if_fail (path != NULL);
g_message ("%s: reading %s", G_STRLOC, path);
if (!g_file_get_contents (path, &content, NULL, &error))
{
g_warning ("%s: could not read plugin file", G_STRLOC);
@ -167,8 +165,6 @@ moo_python_plugin_read_dir (const char *path)
g_return_if_fail (path != NULL);
g_message ("%s: reading dir %s", G_STRLOC, path);
dir = g_dir_open (path, 0, NULL);
if (!dir)