[145921] trunk/base/src/port/port.tcl

raimue at macports.org raimue at macports.org
Sat Feb 20 09:18:19 PST 2016


Revision: 145921
          https://trac.macports.org/changeset/145921
Author:   raimue at macports.org
Date:     2016-02-20 09:18:18 -0800 (Sat, 20 Feb 2016)
Log Message:
-----------
base:
Use same error message for 'port logfile' as for 'port log', using portname instead of portdir

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2016-02-20 17:11:01 UTC (rev 145920)
+++ trunk/base/src/port/port.tcl	2016-02-20 17:18:18 UTC (rev 145921)
@@ -3995,7 +3995,7 @@
                     if {[file isfile $logfile]} {
                         puts $logfile
                     } else {
-                        ui_error "Log file not found for port in $portdir"
+                        ui_error "Log file for port $portname not found"
                     }
                 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160220/5e11ac06/attachment.html>


More information about the macports-changes mailing list