aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeus Panchenko <zeus@camb.us>2008-06-16 21:14:19 +0000
committerZeus Panchenko <zeus@camb.us>2008-06-16 21:14:19 +0000
commit009b97f8f0becc4358946960e1c14e3f37ad5e93 (patch)
tree2d6a86348f689df559a69f59d3a9ca4ec14ac15d
parent61a2f89249ec9ed3c835841776b86759c87f3130 (diff)
downloadrenrot-009b97f8f0becc4358946960e1c14e3f37ad5e93.tar.gz
renrot-009b97f8f0becc4358946960e1c14e3f37ad5e93.tar.bz2
dbgmsg() changed on ldbg3() in thmb_add()
git-svn-id: file:///svnroot/renrot/trunk@526 fe2816f4-e837-0410-b10a-f608c9d244a1
-rwxr-xr-xrenrot4
1 files changed, 2 insertions, 2 deletions
diff --git a/renrot b/renrot
index 5aa13e3..2fcff4d 100755
--- a/renrot
+++ b/renrot
@@ -1855,7 +1855,7 @@ sub rotateThumbnail {
}
########################################################################################
-# Usage : thmb_add($wrkdir, $thmbname);
+# Usage : thmb_add($thmbname);
# Purpose : generate thumbnail image from the original file and write it
# : to the ThumbnailImage tag
# Returns : none
@@ -1883,7 +1883,7 @@ sub thmb_add {
unlink $thm_name;
- dbgmsg (3, "ThumbnailImage tag generated for the file $file\n");
+ ldbg3("ThumbnailImage tag generated for the file $file\n");
}

Return to:

Send suggestions and report system problems to the System administrator.