Commit b5f655be authored by Mygod's avatar Mygod

Boring bugfix don't look

parent 9a3ed94f
...@@ -17,7 +17,7 @@ object DonaldTrump extends JobCreator { ...@@ -17,7 +17,7 @@ object DonaldTrump extends JobCreator {
parts(0) match { parts(0) match {
case AclSyncJob.TAG => new AclSyncJob(parts(1)) case AclSyncJob.TAG => new AclSyncJob(parts(1))
case _ => case _ =>
Log.w("BillClinton", "Unknown job tag: " + tag) Log.w("DonaldTrump", "Unknown job tag: " + tag)
null null
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment