Don't bother with the callback die-die-die error translation
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Mar 2011 13:28:48 +0000 (15:28 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Mar 2011 13:28:48 +0000 (15:28 +0200)
python/rpmts-py.c

index 671c477..4e519f0 100644 (file)
@@ -160,7 +160,7 @@ static void die(PyObject *cb)
     if ((r = PyObject_Repr(cb)) != NULL) { 
        pyfn = PyBytes_AsString(r);
     }
-    fprintf(stderr, _("error: python callback %s failed, aborting!\n")
+    fprintf(stderr, "FATAL ERROR: python callback %s failed, aborting!\n"
                      pyfn ? pyfn : "???");
     rpmdbCheckTerminate(1);
     exit(EXIT_FAILURE);