From 7beb04d06f70c00810965927930a921e3a11e7b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 7 Jun 2007 08:28:33 +0000 Subject: [PATCH] No URLs for now. --- org.glite.jp/examples/pch06/functions.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/org.glite.jp/examples/pch06/functions.sh b/org.glite.jp/examples/pch06/functions.sh index 34427df..173f3a2 100644 --- a/org.glite.jp/examples/pch06/functions.sh +++ b/org.glite.jp/examples/pch06/functions.sh @@ -20,7 +20,7 @@ init_log_event() host=`hostname -f` } -log_file_event() #1 - attr.name #2 file.name #3 file.uri... +log_file_event_cool_but_unused() #1 - attr.name #2 file.name #3 file.uri... { attr="$1" str=" @@ -33,3 +33,10 @@ log_file_event() #1 - attr.name #2 file.name #3 file.uri... str="$str" log_event "$attr" "$str" } + +log_file_event() #1 - attr.name #2 file.name #3 file.uri... +{ + attr="$1" + str="" + log_event "$attr" "$str" +} -- 1.8.2.3