tscrape_update: tiny style fix in comment - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e03dec6b97f74451786b3698c9fab1d0d45b9cd9 | |
parent c427d54a874baa5c3f0cd0d725b90efa27cf34d2 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 20 Mar 2020 18:18:17 +0100 | |
tscrape_update: tiny style fix in comment | |
Diffstat: | |
M tscrape_update | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/tscrape_update b/tscrape_update | |
@@ -31,7 +31,7 @@ loadconfig() { | |
fi | |
} | |
-# log(name,s) | |
+# log(name, s) | |
log() { | |
printf '[%s] %-50.50s %s\n' "$(date +'%H:%M:%S')" "$1" "$2" >&2 | |
} |