aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Ell_DBstructure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ell_DBstructure.c b/src/Ell_DBstructure.c
index 6d34f77..20794e9 100644
--- a/src/Ell_DBstructure.c
+++ b/src/Ell_DBstructure.c
@@ -305,8 +305,8 @@ int Ell_GetStrKey(char *value, const char *keychain) {
getme = (struct t_ellthingy*)GetNamedData(EllInfoDB, keychain);
if (!(getme)) {
- printf("Ell_GetRealKey: Cannot get structure with key >%s< \n",keychain);
- printf("Ell_GetRealKey: Create first!\n");
+ printf("Ell_GetStrKey: Cannot get structure with key >%s< \n",keychain);
+ printf("Ell_GetStrKey: Create first!\n");
retval = ELLGET_NOKEY;
}
else if (getme->type!=CCTK_VARIABLE_STRING) {