aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-following
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-following')
-rwxr-xr-xbin/ak-following2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-following b/bin/ak-following
index 7b37be3..734f6ed 100755
--- a/bin/ak-following
+++ b/bin/ak-following
@@ -7,7 +7,7 @@ if [ -f $FOLLOWING ]
then
cat $FOLLOWING
else
- logit "INFO" "No following file, creating"
+ _ak_log_info "No following file, creating"
touch $FOLLOWING
echo "None found"
fi