diff options
Diffstat (limited to 'bin/ak-sm-filesplitter')
-rwxr-xr-x | bin/ak-sm-filesplitter | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ak-sm-filesplitter b/bin/ak-sm-filesplitter index d77b8ae..e121f32 100755 --- a/bin/ak-sm-filesplitter +++ b/bin/ak-sm-filesplitter @@ -41,9 +41,7 @@ TECHDIR="/tmp/tltmp/chks/" CURRENTDIR="$(pwd)/" # Our snippet for logging debug info -logit(){ - ak-logthis "$PROGRAM" "$1" "$2" -} +source $AK_LIBDIR/logit # Checking directories and create them if necessary |