|
From: Keith M. <kei...@us...> - 2011-01-03 21:25:35
|
Update of /cvsroot/mingw/mingw-get/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv10466/src Modified Files: pkginst.cpp Log Message: Make "install" and "remove" notifications symmetric. Index: pkginst.cpp =================================================================== RCS file: /cvsroot/mingw/mingw-get/src/pkginst.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pkginst.cpp 4 Apr 2010 15:25:36 -0000 1.1 --- pkginst.cpp 3 Jan 2011 21:25:27 -0000 1.2 *************** *** 5,9 **** * * Written by Keith Marshall <kei...@us...> ! * Copyright (C) 2010, MinGW Project * * --- 5,9 ---- * * Written by Keith Marshall <kei...@us...> ! * Copyright (C) 2010, 2011, MinGW Project * * *************** *** 384,388 **** --- 384,395 ---- { /* The current action item has a valid package association... + * + * FIXME: the notification here is somewhat redundant, but it + * does maintain symmetry with the "remove" operation, and will + * make "upgrade" notifications more logical; in any event, it + * should ultimately be made conditional on a "verbose" mode + * option selection. */ + dmh_printf( " installing %s\n", pkg->GetPropVal( tarname_key, value_unknown )); if( current->Selection( to_remove ) == NULL ) { |