diff options
author | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-10 16:33:24 -0400 |
---|---|---|
committer | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-10 16:33:24 -0400 |
commit | 419463c9aaea3fc2860736eff0e245ae1ea64944 (patch) | |
tree | de967db4305a0c72931d48d7e812392fa76e0825 /main.cxx | |
parent | 23433b34c15fbcbd90f6433c5b1dc4176f479437 (diff) | |
parent | e10599ffadb4cd177581a36feb8485028c9fbf7b (diff) | |
download | systemtap-steved-419463c9aaea3fc2860736eff0e245ae1ea64944.tar.gz systemtap-steved-419463c9aaea3fc2860736eff0e245ae1ea64944.tar.xz systemtap-steved-419463c9aaea3fc2860736eff0e245ae1ea64944.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'main.cxx')
-rw-r--r-- | main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1030,7 +1030,7 @@ main (int argc, char * const argv []) << endl; else { - // Update cache. + // Update cache. Cache cleaning is kicked off at the end of this function. if (s.use_cache) add_to_cache(s); |