summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-22 20:05:40 +0000
committerDavid Robillard <d@drobilla.net>2009-10-22 20:05:40 +0000
commitf820456bb7615414b86851a8094e30f5d4c2c9a6 (patch)
treed5a3e766cdd0c815f18e32c3e464cf7f0d33081a /libs/ardour/session.cc
parent7919491f277653c85bc63a036bb307ab09407604 (diff)
Use info stream for infoey things.
git-svn-id: svn://localhost/ardour2/branches/3.0@5866 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index 641155869d..7fff21492a 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -156,7 +156,7 @@ Session::Session (AudioEngine &eng,
throw failed_constructor();
}
- cerr << "Loading session " << fullpath << " using snapshot " << snapshot_name << " (1)" << endl;
+ info << "Loading session " << fullpath << " using snapshot " << snapshot_name << " (1)" << endl;
n_physical_outputs = _engine.n_physical_outputs(DataType::AUDIO);
n_physical_inputs = _engine.n_physical_inputs(DataType::AUDIO);
@@ -242,7 +242,7 @@ Session::Session (AudioEngine &eng,
throw failed_constructor();
}
- cerr << "Loading session " << fullpath << " using snapshot " << snapshot_name << " (2)" << endl;
+ info << "Loading session " << fullpath << " using snapshot " << snapshot_name << " (2)" << endl;
n_physical_outputs = _engine.n_physical_outputs (DataType::AUDIO);
n_physical_inputs = _engine.n_physical_inputs (DataType::AUDIO);