summaryrefslogtreecommitdiff
path: root/replace.pl.in
diff options
context:
space:
mode:
authorhansp <hansp>2001-03-08 23:23:03 +0000
committerhansp <hansp>2001-03-08 23:23:03 +0000
commit0f92594334a0126750b81ba84da0a85a4812d6d8 (patch)
tree853a65d09c13295d891f2426a5a98d43dfecd9f6 /replace.pl.in
parentba04cce4d8258db1f5e420554378bd61d79bdbe9 (diff)
2001-03-08 Hans Petter Jansson <hpj@ximian.com>
* replace.pl.in (xst_replace_ini): Use debug funcs. (is_array_ref): Use debug funcs.
Diffstat (limited to 'replace.pl.in')
-rw-r--r--replace.pl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/replace.pl.in b/replace.pl.in
index 30efe49..24819d7 100644
--- a/replace.pl.in
+++ b/replace.pl.in
@@ -78,7 +78,7 @@ sub is_array_ref
return 1 if (ref ($val) eq "ARRAY");
return 0 if (ref ($val) eq undef);
- print STDERR "error: We shouldn't be here!\n";
+ &xst_debug_print_line ("Error: We shouldn't be here!");
return 0;
}
@@ -286,7 +286,7 @@ sub xst_replace_ini
my $pre_space, $post_comment, $sec_save;
my $line_key, $val;
- print STDERR "\nreplace_ini: ". join (',', @_). "\n";
+ &xst_debug_print_string ("\nreplace_ini: " . join (',', @_) . "\n");
$buff = &xst_buffer_load ($file);