From 7770ab8ff2db66ac30250844e7ae6e5220ee0db9 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 10 Nov 2015 12:51:33 -0500
Subject: [PATCH] debugging

---
 bin/warnings | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/warnings b/bin/warnings
index b50b7919..73c35caa 100755
--- a/bin/warnings
+++ b/bin/warnings
@@ -2,9 +2,11 @@ shopt -s extglob
 
 pylibmc-missing() {
   puts-warn "pylibmc is missing."
+  echo 'pylibmc is missing (echo).'
 }
 
 show-warnings() {
+  echo "hey there!"
   pylibmc-missing
 }
 
-- 
GitLab