Mercurial > hg > svcore
comparison base/StorageAdviser.cpp @ 690:1424aa29ae95
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:26:52 +0100 |
parents | 06f13a3b9e9e |
children | e802e550a1f2 |
comparison
equal
deleted
inserted
replaced
689:573d45e9487b | 690:1424aa29ae95 |
---|---|
34 StorageAdviser::recommend(Criteria criteria, | 34 StorageAdviser::recommend(Criteria criteria, |
35 int minimumSize, | 35 int minimumSize, |
36 int maximumSize) | 36 int maximumSize) |
37 { | 37 { |
38 #ifdef DEBUG_STORAGE_ADVISER | 38 #ifdef DEBUG_STORAGE_ADVISER |
39 DEBUG << "StorageAdviser::recommend: Criteria " << criteria | 39 SVDEBUG << "StorageAdviser::recommend: Criteria " << criteria |
40 << ", minimumSize " << minimumSize | 40 << ", minimumSize " << minimumSize |
41 << ", maximumSize " << maximumSize << endl; | 41 << ", maximumSize " << maximumSize << endl; |
42 #endif | 42 #endif |
43 | 43 |
44 if (m_baseRecommendation != NoRecommendation) { | 44 if (m_baseRecommendation != NoRecommendation) { |