From ed444702e1514046c1ce64375f69d0de799f64e0 Mon Sep 17 00:00:00 2001 From: Piotr Strzelczyk Date: Thu, 15 Oct 2009 21:19:28 +0000 Subject: warn if PATH cannot be adjusted git-svn-id: svn://tug.org/texlive/trunk@15816 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLWinGoo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm') diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 014564331c0..9efc7c39356 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -533,7 +533,7 @@ sub adjust_reg_path_for_texlive { unsetenv_reg("Path", $mode); } if (($action eq 'add') and ($mode eq 'user') and tex_dirs_on_path(get_system_path())) { - debug("Warning: conflicting [pdf]tex found on the system path in $d; not fixable in user mode."); + tlwarn("Warning: conflicting [pdf]tex found on the system path in $d; not fixable in user mode."); return 1; } return 0; -- cgit v1.2.3