Changeset 751

Show
Ignore:
Timestamp:
11/07/05 17:47:07 (3 years ago)
Author:
abauer
Message:

Dont complain to stdout of the opensync module was not found

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/python-module/src/python_module.c

    r532 r751  
    2424        if (!osync_module) { 
    2525                osync_error_set(error, OSYNC_ERROR_GENERIC, "Couldn't load OpenSync module"); 
    26                 PyErr_Print(); 
     26                //PyErr_Print(); 
    2727                return NULL; 
    2828        }