Changeset 2222 in ProjectBuilder


Ignore:
Timestamp:
Mar 24, 2017, 1:28:36 PM (7 years ago)
Author:
Bruno Cornec
Message:

render some system commands more verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Distribution.pm

    r2221 r2222  
    560560} else {
    561561    pb_log(0, "ERROR: destination file $dest exists and is different than source $src\n");
    562     pb_system("cat $dest","INFO: Dest...\n");
    563     pb_system("cat $src","INFO: New...\n");
     562    pb_system("cat $dest","INFO: Dest...\n","verbose");
     563    pb_system("cat $src","INFO: New...\n","verbose");
    564564    pb_log(1, "INFO: Returning...\n");
    565565    return(1);
Note: See TracChangeset for help on using the changeset viewer.