You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2013/08/08 19:47:10 UTC

[15/15] git commit: transform libloader to new logging non-API - fix typo

transform libloader to new logging non-API - fix typo


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/891ada6c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/891ada6c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/891ada6c

Branch: refs/heads/consistent-gzip-error-msgs
Commit: 891ada6c72e50de7fcf733b937f93b460c382075
Parents: 0e3ed88
Author: Igor Galić <i....@brainsware.org>
Authored: Thu Aug 8 19:45:42 2013 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Thu Aug 8 19:45:42 2013 +0200

----------------------------------------------------------------------
 plugins/libloader/libloader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/891ada6c/plugins/libloader/libloader.c
----------------------------------------------------------------------
diff --git a/plugins/libloader/libloader.c b/plugins/libloader/libloader.c
index ff0268b..acf8373 100644
--- a/plugins/libloader/libloader.c
+++ b/plugins/libloader/libloader.c
@@ -78,7 +78,7 @@ void TSPluginInit(int argc, const char *argv[])
             l->handle = handle;
             l->next = libs;
             libs = l;
-            TSLogDebug(i"loaded %s", lib);
+            TSLogDebug("loaded %s", lib);
         }
         else {
             TSLogError("Failed to load %s: %s", lib, dlerror());