[Midnightbsd-cvs] src [7681] trunk/lib/libmport/bundle_read_install_pkg.c: remove logevent call
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Sun Aug  7 03:30:03 EDT 2016
    
    
  
Revision: 7681
          http://svnweb.midnightbsd.org/src/?rev=7681
Author:   laffer1
Date:     2016-08-07 03:30:02 -0400 (Sun, 07 Aug 2016)
Log Message:
-----------
remove logevent call
Modified Paths:
--------------
    trunk/lib/libmport/bundle_read_install_pkg.c
Modified: trunk/lib/libmport/bundle_read_install_pkg.c
===================================================================
--- trunk/lib/libmport/bundle_read_install_pkg.c	2016-08-07 07:01:33 UTC (rev 7680)
+++ trunk/lib/libmport/bundle_read_install_pkg.c	2016-08-07 07:30:02 UTC (rev 7681)
@@ -666,7 +666,6 @@
 
     ERROR:
 		sqlite3_finalize(insert);
-		mport_pkgmeta_logevent(mport, pkg, "Failed to Install");
         (mport->progress_free_cb)();
         free(orig_cwd);
 		mport_assetlist_free(alist);
    
    
More information about the Midnightbsd-cvs
mailing list