aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2013-03-17 10:23:21 +0100
committerEddie Ehlin <eddiex@eddiex.se>2013-03-17 10:23:21 +0100
commit9487297aff1b4f33be324074427144ffa971aa5d (patch)
tree4e86dceab8513fd603c340eb836aef73b1f5db50 /iBean/iBean
parent3f48c27e8b582e3d6cfa09e66662c9d1aae735eb (diff)
downloadiBean-9487297aff1b4f33be324074427144ffa971aa5d.tar.gz
iBean-9487297aff1b4f33be324074427144ffa971aa5d.zip
Added BeanCollectionExtractionViewController logging when beanCollection = nil, instead of having a warning statement in code.
Diffstat (limited to 'iBean/iBean')
-rw-r--r--iBean/iBean/BeanCollectionExtractionViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/iBean/iBean/BeanCollectionExtractionViewController.m b/iBean/iBean/BeanCollectionExtractionViewController.m
index fa0883c..75c22aa 100644
--- a/iBean/iBean/BeanCollectionExtractionViewController.m
+++ b/iBean/iBean/BeanCollectionExtractionViewController.m
@@ -88,7 +88,7 @@
}
else
{
-#warning TODO - Add an error message?
+ NSLog(@"BeanCollectionExtractionViewController - initViewController: Unable to init view controller without beanCollection (beanCollection is nil!)");
}
}